ソースを参照

Add padding and border-bottom to thread listings

sbkwgh 8 年 前
コミット
14caad2cef
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/components/routes/Index.vue

+ 2 - 1
src/components/routes/Index.vue

@@ -107,7 +107,8 @@
 		}
 
 		td, th {
-			padding: 0 0.5rem;
+			padding: 0.3rem 0.5rem;
+			border-bottom: solid thin $color__lightgray--primary;
 		}
 
 		@at-root #{&}--header {