Diabook - couple of fixes.

This commit is contained in:
Thomas Willingham 2012-11-16 01:58:28 +00:00
parent bb86214698
commit da2aabd61d
2 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,10 @@ a {color: #333333;}
color: #3465A4;
}
nav a, nav a:active, nav a:visited, nav a:link, nav a:hover {
color: #000;
}
/* popup notifications */
div.jGrowl div.notice {background: #511919 url("../../../../images/icons/48/notice.png") no-repeat 5px center;}
div.jGrowl div.info {background: #364e59 url("../../../../images/icons/48/info.png") no-repeat 5px center;}

View File

@ -108,6 +108,7 @@ background-image: -webkit-gradient(
color-stop(0.26, rgb(215,227,241)),
color-stop(0.82, rgb(255,255,255))
);
}
header #banner a,
header #banner a:active,