diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/classic/templates/default.css | 3 | ||||
-rw-r--r-- | themes/greysme/templates/default.css | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 74457687..06fabf73 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -490,6 +490,9 @@ a.button{padding:1px 3px;} .box_newest_albums {}
.box_newest_artists {clear:none;}
.box_newest_genres {clear:none;}
+.box_popular_album {}
+.box_popular_artists {clear:none;}
+.box_popular_genres {clear:none;}
.box_preferences h4 {color:#000;font:bold 14px Verdana, Helvetica, sans-serif;padding:0.8em 0;}
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index ee3a02d0..4b753ac2 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -524,6 +524,9 @@ input[type=checkbox] { border:0;background:none; } .box_newest_albums {}
.box_newest_artists {clear:none;}
.box_newest_genres {clear:none;}
+.box_popular_album {}
+.box_popular_artists {clear:none;}
+.box_popular_genres {clear:none;}
.box_preferences h4 {color: #8b3e38;font-size: 1.1em;text-align:center;font-weight: bold;border-bottom:1px solid #8b3e38;padding:1em;}
/************************************************/
|