Преглед на файлове

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;
 }