Преглед изворни кода

Add some borders back to the teaser

Nicolas Petton пре 11 година
родитељ
комит
6791b3243b
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      css/style.css

+ 2 - 0
css/style.css

@@ -199,6 +199,8 @@ h3 {
 .teaser {
     padding: 20px;
     background: white;
+    border-top: 3px solid #999;
+    border-bottom: 3px solid #999;
 }
 
 .teaser .main {