Sfoglia il codice sorgente

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

Talha Mansoor 11 anni fa
parent
commit
49b9297873
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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;
 }