Browse Source

! Wrong font size in the live for h3 header in the admin panel

Spuds 13 years ago
parent
commit
edf8691c9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/css/admin.css

+ 1 - 1
Themes/default/css/admin.css

@@ -63,11 +63,11 @@ ol.search_results li
 #live_news
 {
 	width: 64%;
-	font-size: 0.85em;
 }
 #live_news div.content
 {
 	padding: 0;
+	font-size: 0.85em;
 }
 #live_news div.content dl
 {