瀏覽代碼

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 {