--- C:/xampp/htdocs/drupal/sites/all/themes/blackout/style - Copy.css Fri May 15 07:28:06 2009 +++ C:/xampp/htdocs/drupal/sites/all/themes/blackout/style.css Fri Jun 24 14:58:19 2011 @@ -385,4 +385,26 @@ div.links ul.links li.comment_comments a,div.links ul.links li.comment_add a,div.links ul.links li.comment_reply a { background-image: url(images/mini-comment.png); -} \ No newline at end of file +} + +/********** custom change for Administrator Menu ************/ + +#headerAdmin { + height : 129px; + margin: 0 auto; + width: 919px; +} + +#headerAdmin h1 { + font-size: 38px; + font-weight: 400; + letter-spacing: -2px; + margin: 0; + padding: 60px 0 0 78px; + text-transform: lowercase; +} + +#headerAdmin h1 a{ + text-decoration:none; + color:#ffffff; +}