diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2012-11-08 22:06:44 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2012-11-08 22:06:44 +0100 |
commit | e3b75fbfdc3a58bb8725209dca4714d99a96be6f (patch) | |
tree | cbb83c6e6e58a0101f4a49c2d9743c3e38ef08e4 | |
parent | 3cde6000b7b5ceffc0dd9a8a0f053f7652bebeeb (diff) |
Set paste tab-size to 4.
-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; } |