浏览代码

Remove pre style rules from elegant.css. Bootstrap and Pygments have them defined already

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

+ 0 - 4
static/css/elegant.css

@@ -120,10 +120,6 @@ pre {
     word-break: normal;
     word-wrap: normal;
 }
-.highlight pre {
-    background-color: #fdf6e3;
-    border-radius: 3px 3px 3px 3px;
-}
 td.code .highlight pre {
     border-radius: 0 3px 3px 0;
 }