diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-09 14:36:24 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:48:22 +0200 |
commit | dd0a983735e404d4f1f41184940f8f91940735e6 (patch) | |
tree | 1ece3a8d066f70fa660e06bd0ad7b5ef436afe62 /application/views/file/too_big.php | |
parent | fd5d406cee52da3aa28475b2418c1787e3489da2 (diff) |
css: limit width of <p> and <li> to 800px
Long lines streching across the entire screen are hard to read on wide
screens. 800px should be a good compromise
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/too_big.php')
-rw-r--r-- | application/views/file/too_big.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/too_big.php b/application/views/file/too_big.php index aa5c42835..5b970a4c8 100644 --- a/application/views/file/too_big.php +++ b/application/views/file/too_big.php @@ -1,3 +1,3 @@ -<div style="text-align:center"> +<div class="center"> <p>Sorry, the file you uploaded is too big.</p> </div> |