From e3b75fbfdc3a58bb8725209dca4714d99a96be6f Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 8 Nov 2012 22:06:44 +0100 Subject: Set paste tab-size to 4. --- static/paste.css | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3