comparison pylons_app/public/css/monoblue_custom.css @ 294:c60eeeb8ac4d

fixes #5, links, are not visible highlited in top breadcrumbs
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Jun 2010 21:38:41 +0200
parents 68dc70295a76
children 15e96b5a2685
comparison
equal deleted inserted replaced
293:68dc70295a76 294:c60eeeb8ac4d
2 #mainhtml{ 2 #mainhtml{
3 margin: 15px 50px; 3 margin: 15px 50px;
4 background: #DBD4C6; 4 background: #DBD4C6;
5 font-family: sans-serif; 5 font-family: sans-serif;
6 } 6 }
7 7 #mainhtml .breadcrumbs a:HOVER{
8 text-decoration: underline;
9 }
8 a { 10 a {
9 color: #556CB5; 11 color: #556CB5;
10 text-decoration: none; 12 text-decoration: none;
11 } 13 }
12 a:HOVER{ 14 a:HOVER{