OSDN Git Service

Use normal font-weight for file names on tree view
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 2 Sep 2013 21:09:20 +0000 (00:09 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 2 Sep 2013 21:09:20 +0000 (00:09 +0300)
app/assets/stylesheets/sections/tree.scss

index b8b82bc..850ed83 100644 (file)
   .tree-table {
     @include border-radius(0);
     .tree-item {
+      td {
+        padding: 8px 10px;
+        strong {
+          font-weight: normal;
+        }
+      }
       &:hover {
         td {
           background: $hover;