Browse Source

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

Talha Mansoor 11 years ago
parent
commit
49b9297873
1 changed files with 0 additions and 4 deletions
  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;
 }