From f5772674825fe7e5ec9cbe7d6043f285d737e156 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 25 Oct 2012 11:39:07 +0200 Subject: Increase width of paste container Signed-off-by: Florian Pritz --- data/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'data') diff --git a/data/css/style.css b/data/css/style.css index 9bfc48d5b..7d0d87e8b 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -41,6 +41,15 @@ code, pre { background: #fff; } +.paste-container { + padding-top: 40px; + background: #eee; + padding: 3px; + width: auto; + margin-left: 20px; + margin-right: 20px; +} + .content .numbers > pre, .content .highlight > pre { background-color: transparent; border: 0; -- cgit v1.2.3-24-g4f1b