浏览代码

Do not show scroll bar in line number column

Talha Mansoor 11 年之前
父节点
当前提交
7f21097744
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      static/css/elegant.css

+ 3 - 2
static/css/elegant.css

@@ -276,10 +276,11 @@ table {
     }
 }
 .linenos {
-    width:5%;
+    width: 30px;
 }
 .linenos div pre {
-    text-align:right;
+    text-align: right;
+    overflow: hidden;
 }
 pre {
     overflow: auto;