# HG changeset patch # User Marcin Kuzminski # Date 1277321921 -7200 # Node ID c60eeeb8ac4dde04c732e3ccc3a65b9a9df1b189 # Parent 68dc70295a76d1b4ac496ca095791235e2895f73 fixes #5, links, are not visible highlited in top breadcrumbs diff -r 68dc70295a76 -r c60eeeb8ac4d pylons_app/public/css/monoblue_custom.css --- a/pylons_app/public/css/monoblue_custom.css Wed Jun 23 20:46:32 2010 +0200 +++ b/pylons_app/public/css/monoblue_custom.css Wed Jun 23 21:38:41 2010 +0200 @@ -4,7 +4,9 @@ background: #DBD4C6; font-family: sans-serif; } - +#mainhtml .breadcrumbs a:HOVER{ + text-decoration: underline; +} a { color: #556CB5; text-decoration: none; diff -r 68dc70295a76 -r c60eeeb8ac4d pylons_app/templates/base/base.html --- a/pylons_app/templates/base/base.html Wed Jun 23 20:46:32 2010 +0200 +++ b/pylons_app/templates/base/base.html Wed Jun 23 21:38:41 2010 +0200 @@ -14,7 +14,7 @@