5b037a55b05e9b7e98e3fb7c9fc3406b21800403

Author: AD7six

Date: 2009-04-09 21:10:10 +0200

adding dotted underline for footer links

diff --git a/webroot/css/cake.cookbook.css b/webroot/css/cake.cookbook.css index a7766d9..b053e89 100644 --- a/webroot/css/cake.cookbook.css +++ b/webroot/css/cake.cookbook.css @@ -379,10 +379,10 @@ div#body {text-align:left;} div.nodes .options {background-color:#f6f6ff;padding:5px 20px;font-size:11px;} div.flags {position:relative;top:25px;right:10px;height:auto;float:none;text-align:right;} -.summary a, .body a, .container a { +.summary a, .body a, .container a, #footer a { border-bottom: 1px dashed; } -.summary a:hover, .body a:hover, .container a:hover { +.summary a:hover, .body a:hover, .container a:hover #footer a{ border-bottom: 1px solid; text-decoration: none; }