Minor Fixes

Added no artist art
This commit is contained in:
Brinken
2012-08-30 19:46:00 +02:00
parent 1a1543dce2
commit f4974e49d9
6 changed files with 34 additions and 7 deletions

View File

@@ -159,6 +159,7 @@ ul#nav li a{
color: rgba(0,0,0,0.9);
text-shadow: 1px 1px rgba(0,145,255,0.2);
}
/* *
* Sub navigation
*/
@@ -223,6 +224,11 @@ ul#nav-sub > li:hover > a {
border-bottom: 2px solid rgb(0,145,255);
cursor: pointer;
}
ul#nav-sub > li > a.active {
color: rgb(0,145,255);
border-bottom: 2px solid rgb(0,145,255);
cursor: pointer;
}
ul#content-container{
overflow: hidden;