Show More
@@ -232,6 +232,7 b' ul#context-actions {' | |||||
232 | #context-state { |
|
232 | #context-state { | |
233 | background-color: #336699; |
|
233 | background-color: #336699; | |
234 | border-top: 1px solid #517da8; |
|
234 | border-top: 1px solid #517da8; | |
|
235 | min-height: 36px; | |||
235 | /* overflow: hidden;*/ |
|
236 | /* overflow: hidden;*/ | |
236 | } |
|
237 | } | |
237 |
|
238 |
@@ -109,10 +109,11 b'' | |||||
109 | %endif |
|
109 | %endif | |
110 | </div> |
|
110 | </div> | |
111 | <div id="context-state"> |
|
111 | <div id="context-state"> | |
112 | <button id="revision-changer"> |
|
112 | <!--button id="revision-changer"> | |
113 | <span class="branch-name">graphics/shader-move</span> |
|
113 | <span class="branch-name">graphics/shader-move</span> | |
114 | <span class="revision">@73318:8d3d6ee94072</span> |
|
114 | <span class="revision">@73318:8d3d6ee94072</span> | |
115 | </button> |
|
115 | </button--> | |
|
116 | | |||
116 | <ul id="context-pages" class="horizontal-list"> |
|
117 | <ul id="context-pages" class="horizontal-list"> | |
117 | <li ${is_current('summary')}><a href="${h.url('summary_home', repo_name=c.repo_name)}" class="summary">${_('Summary')}</a></li> |
|
118 | <li ${is_current('summary')}><a href="${h.url('summary_home', repo_name=c.repo_name)}" class="summary">${_('Summary')}</a></li> | |
118 | <li ${is_current('changelog')}><a href="${h.url('changelog_home', repo_name=c.repo_name)}" class="changelogs">${_('Changelogs')}</a></li> |
|
119 | <li ${is_current('changelog')}><a href="${h.url('changelog_home', repo_name=c.repo_name)}" class="changelogs">${_('Changelogs')}</a></li> |
General Comments 0
You need to be logged in to leave comments.
Login now