Quellcode durchsuchen

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

Talha Mansoor vor 11 Jahren
Ursprung
Commit
49b9297873
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  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;
 }