diff options
-rw-r--r-- | static/paste.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/paste.css b/static/paste.css index 88ff5f8..36df2f2 100644 --- a/static/paste.css +++ b/static/paste.css @@ -18,3 +18,4 @@ div#alt-links a { color: #44f; } .highlighttable .linenos { text-align: right; padding-left: .5em; padding-right: .5em; } .highlighttable .linenos a { color: #888; } .highlighttable .selected { display: block; background-color: #cfc; } +.highlighttable .code { tab-size: 4; } |