Skip to content

Commit

Permalink
Merge pull request #476 from Xpirix/fix_cached_members_logos
Browse files Browse the repository at this point in the history
Rename files to fixed cached style and members logos
  • Loading branch information
Xpirix authored Oct 11, 2024
2 parents 0a30466 + 1eb4202 commit 041e8bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ section.sponsors header {
overflow: visible;
}
section.sponsors h3 {
color: #CCCCCC;
color: #CCCCCC;
display: inline-block;
font-weight: 400;
padding: 0 40px;
Expand Down
4 changes: 2 additions & 2 deletions qgis-app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<link rel="stylesheet" href="{% static "style/new/basic.css" %}" type="text/css" />
<link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}" type="text/css" />
<link rel="stylesheet" href="{% static "style/new/qgis-style.css" %}" type="text/css" />
<link rel="stylesheet" href="{% static "style/new/qgis-style-updated.css" %}" type="text/css" />
<link rel="stylesheet" href="{% static "style/new/bootstrap-sphinx.css" %}" type="text/css" />
<link rel="stylesheet" href="{% static "bootstrap/css/bootstrap-responsive.min.css" %}" type="text/css" />
<link rel="stylesheet" href="{% static "font-awesome/css/font-awesome.min.css" %}" />
Expand Down Expand Up @@ -148,7 +148,7 @@ <h5>Silver Sponsors</h5>
</div>-->
<div class="span12">
<div class="sponsor">
<img src="{% static 'images/members.png' %}" width="900px" alt="Sustaining member logos" />
<img src="{% static 'images/members_logos.png' %}" width="900px" alt="Sustaining member logos" />
</div>
</div>
</a>
Expand Down

0 comments on commit 041e8bd

Please sign in to comment.