Browse Source

Make article images border more visible

Fix #39
Talha Mansoor 11 years ago
parent
commit
b75b3937cc
1 changed files with 3 additions and 2 deletions
  1. 3 2
      static/css/elegant.css

+ 3 - 2
static/css/elegant.css

@@ -375,8 +375,9 @@ ul.top-menu li a {
     font-style:italic;
     font-style:italic;
 }    
 }    
 
 
-img {
-    border: 1px solid #EEEEEE;
+.article-content img {
+    padding:5px;
+    border: 2px solid #EEEEEE;
 }
 }
 
 
 .table-of-content .toc {
 .table-of-content .toc {