diff options
-rw-r--r-- | application/views/file/html_header.php | 4 | ||||
-rw-r--r-- | data/css/style.css | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index 760672166..5c62ef973 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -17,7 +17,7 @@ include(FCPATH."application/views/header.php"); ?> </div> <?php } ?> - <div class="container" style="padding-top:40px;background:#eee;padding:3px;"> + <div class="container paste-container"> <div style="border:1px solid #ccc;"> <div class="navbar navbar-static-top"> <div class="navbar-inner" style="box-shadow: none;"> @@ -84,4 +84,4 @@ include(FCPATH."application/views/header.php"); ?> </div> </div> </div> - <div id="paste-container"> + <div> 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; |