OSDN Git Service

Fix commits table highlight
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 24 Sep 2013 11:50:37 +0000 (11:50 +0000)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 24 Sep 2013 11:50:37 +0000 (11:50 +0000)
app/assets/stylesheets/sections/commits.scss

index b0cf8b1..be6fb29 100644 (file)
@@ -67,6 +67,7 @@
     }
 
     table {
+      width: 100%;
       font-family: $monospace_font;
       border: none;
       margin: 0px;
@@ -504,4 +505,4 @@ li.commit {
       @extend .cgray;
     }
   }
-}
+}
\ No newline at end of file