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

Tweaks css of syntax higlights

Talha Mansoor преди 11 години
родител
ревизия
0fda7a9dc8
променени са 1 файла, в които са добавени 17 реда и са изтрити 0 реда
  1. 17 0
      static/css/style.css

+ 17 - 0
static/css/style.css

@@ -1,3 +1,20 @@
+/* Syntax Highlight */
+.codehilite pre {
+    background-color:rgb(253,246,227);
+    border-radius:0 5px 5px 0px;
+}
+
+td.code {
+    width:100%;
+}
+
+.linenodiv pre {
+    border-radius:5px 0px 0px 5px;
+    color:rgb(101,123,131);
+    background-color:rgb(238,232,213);
+}
+
+/* Tags */
 .list-of-tags {
     list-style:none;
     margin:0;