Changeset - c60eeeb8ac4d
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-06-23 21:38:41
marcin@python-works.com
fixes #5, links, are not visible highlited in top breadcrumbs
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/public/css/monoblue_custom.css
Show inline comments
 
@@ -4,7 +4,9 @@
 
	background: #DBD4C6;
 
	font-family: sans-serif;
 
}
 

	
 
#mainhtml .breadcrumbs a:HOVER{
 
	text-decoration:  underline;
 
}
 
a {
 
	color: #556CB5;
 
	text-decoration: none;
pylons_app/templates/base/base.html
Show inline comments
 
@@ -14,7 +14,7 @@
 
<body class="mainbody">
 
<div id="container">
 
    <div class="page-header">
 
        <h1>${next.breadcrumbs()}</h1>
 
        <h1 class="breadcrumbs">${next.breadcrumbs()}</h1>
 
        ${self.page_nav()}
 
    <div class="flash_msg">
 
    <% messages = h.flash.pop_messages() %>
0 comments (0 inline, 0 general)