From dbe2c5f2dda873b23aa9ac80018057813e6696e2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 10 Jul 2016 00:24:46 +0200 Subject: Revert "Fix display issues with new bootstrap" This reverts commit f0d3b633f04c9afa2237b1dad83ad8240da68b38. That commit causes breakage on the history page due to missing padding. --- public_html/data/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'public_html') diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css index 4273ff896..2996ff3d5 100644 --- a/public_html/data/css/style.css +++ b/public_html/data/css/style.css @@ -201,6 +201,14 @@ body { padding-left: 0; } +.container-wide { + padding: 0; + max-width: 100%; + margin-left: 20px; + margin-right: 20px; + margin-bottom: 20px; +} + .simple-container { margin-left: 20px; margin-right: 20px; @@ -210,7 +218,6 @@ body { .paste-container { padding: 3px; background: #eee; - margin: 0 15px 20px 15px; } .code pre { -- cgit v1.2.3-24-g4f1b