diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/styles.css b/public/static/styles.css index e83dec6..432e497 100644 --- a/public/static/styles.css +++ b/public/static/styles.css @@ -1,5 +1,5 @@ /* Background */ .bg { background-color: #ffffff; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2 } -/* PreWrapper */ .chroma { background-color: #ffffff; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; } +/* PreWrapper */ .chroma { background-color: #ffffff; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; overflow: scroll} /* Error */ .chroma .err { color: #000000 } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } |
