mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 10:19:28 +01:00
Minor Fixes
Added no artist art
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user