소스 검색

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;