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 /application/views/file/html_paste_header.php | |
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 'application/views/file/html_paste_header.php')
-rw-r--r-- | application/views/file/html_paste_header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/html_paste_header.php b/application/views/file/html_paste_header.php index e3a2f7d13..c5bc396c6 100644 --- a/application/views/file/html_paste_header.php +++ b/application/views/file/html_paste_header.php @@ -1,4 +1,4 @@ -<div class="container-fluid paste-container"> +<div class="container paste-container container-wide"> <div style="border:1px solid #ccc;"> <div class="navbar navbar-default navbar-static-top navbar-paste"> <ul class="nav navbar-nav navbar-left dont-float"> |