diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-10 00:24:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-10 08:49:23 +0200 |
commit | dbe2c5f2dda873b23aa9ac80018057813e6696e2 (patch) | |
tree | ffbd745d5693bd48dda022bbc7c97e0cc7309020 /public_html | |
parent | 82efb0bdb6b20dfa5a76a3b4dcde48441ecf252a (diff) |
Revert "Fix display issues with new bootstrap"
This reverts commit f0d3b633f04c9afa2237b1dad83ad8240da68b38.
That commit causes breakage on the history page due to missing padding.
Diffstat (limited to 'public_html')
-rw-r--r-- | public_html/data/css/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
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 { |