Browse Source

fix the header thingy the correct way

Sorunome 8 years ago
parent
commit
ebb358c22b
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/source/dp_news.css

+ 8 - 8
src/source/dp_news.css

@@ -4,22 +4,22 @@
 
 .dp_news .dp_dashed
 {
-	margin: 0.5em 0;
+        margin: 0.5em 0;
 }
 
-.dp_news img
+.dp_news_head img 
 {
-	padding-right: 8px;
+        float: left;
+        padding-right: 8px;
 }
 
-.dp_news > .dp_news_icon
+.dp_news_head p        
 {
-	float:left;
+        display:inline-block;
 }
 
 .dp_news_avatar
 {
-	width: 45px;
-	height: 45px;
+        width: 45px;
+        height: 45px;
 }
-