Browse Source

Give a light border to img

Talha Mansoor 11 years ago
parent
commit
406b10b293
1 changed files with 4 additions and 0 deletions
  1. 4 0
      static/css/style.css

+ 4 - 0
static/css/style.css

@@ -360,3 +360,7 @@ ul.top-menu li a {
     font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif; 
     font-style:italic;
 }    
+
+img {
+    border: 1px solid #EEEEEE;
+}