##// END OF EJS Templates
fixes #5, links, are not visible highlited in top breadcrumbs
marcink -
r294:c60eeeb8 default
parent child Browse files
Show More
@@ -4,7 +4,9 b''
4 4 background: #DBD4C6;
5 5 font-family: sans-serif;
6 6 }
7
7 #mainhtml .breadcrumbs a:HOVER{
8 text-decoration: underline;
9 }
8 10 a {
9 11 color: #556CB5;
10 12 text-decoration: none;
@@ -14,7 +14,7 b''
14 14 <body class="mainbody">
15 15 <div id="container">
16 16 <div class="page-header">
17 <h1>${next.breadcrumbs()}</h1>
17 <h1 class="breadcrumbs">${next.breadcrumbs()}</h1>
18 18 ${self.page_nav()}
19 19 <div class="flash_msg">
20 20 <% messages = h.flash.pop_messages() %>
General Comments 0
You need to be logged in to leave comments. Login now