Browse Source

Tweak style

tags/v1.0^2
Benjamin Attal 10 years ago
parent
commit
d9586191cb
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      static/css/lib/github.css
  2. +1
    -1
      templates/index.html

+ 3
- 3
static/css/lib/github.css View File

@@ -1,7 +1,7 @@
td.linenos { background: rgba(65,131,196,0.1); padding-right: 10px; }
span.lineno { background: rgba(65,131,196,0.4); padding: 0 5px 0 5px; }
td.linenos { background: rgba(65,131,196,0.05); padding-right: 10px; border-right: 1px solid #bbb; }
span.lineno { background: rgba(65,131,196,0.05); padding: 0 5px 0 5px; }
pre { line-height: 125% }
.highlighttable { background-color: #fff; width: inherit; height: inherit; }
.highlighttable { background-color: #fff; padding-left: 10px; width: inherit; height: inherit; }
.hll { display: block }
.c { color: #999988; font-style: italic } /* Comment */
.err { color: #a61717; background-color: #e3d2d2 } /* Error */


+ 1
- 1
templates/index.html View File

@@ -8,7 +8,7 @@
{{ assets.tag("lib/jqueryui.custom.min.css") }}
{{ assets.tag("lib/jquery.min.js") }}
{{ assets.tag("lib/jquery-ui.min.js") }}
{{ assets.tag("lib/highlight.css") }}
{{ assets.tag("lib/github.css") }}

{{ assets.tag("index.css") }}



Loading…
Cancel
Save