Pārlūkot izejas kodu

Fix issue overlong lines in <pre> blocks should not wrap

Close #8
Close #58
Talha Mansoor 11 gadi atpakaļ
vecāks
revīzija
3caedb0e60
1 mainītis faili ar 16 papildinājumiem un 0 dzēšanām
  1. 16 0
      static/css/elegant.css

+ 16 - 0
static/css/elegant.css

@@ -266,6 +266,22 @@ ul.footer-content li {
     padding-right: 10px;
 }
 /* Syntax Highlight */
+table {
+    table-layout: fixed;
+    width: 100%;
+}
+.linenos {
+    width:5%;
+}
+.linenos div pre {
+    text-align:right;
+}
+pre {
+    overflow: auto;
+    white-space: pre;
+    word-break: normal;
+    word-wrap: normal;
+}
 .highlight pre {
     background-color: #fdf6e3;
     border-radius: 3px 3px 3px 3px;