diff options
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/html_header.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index fe9644744..2e89bd4fc 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -12,11 +12,9 @@ include(FCPATH."application/views/header.php"); ?> </script> <?php if (isset($error_message)) { ?> - <div class="container"> - <div class="alert alert-danger" style="text-align: center"> + <div class="alert alert-danger" style="text-align: center; border-radius: 0;"> <?php echo $error_message; ?> </div> - </div> <?php } ?> <div class="container paste-container"> |