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/show_url.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/show_url.php')
-rw-r--r-- | application/views/file/show_url.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/show_url.php b/application/views/file/show_url.php index e0e3dc8a6..3c08ed952 100644 --- a/application/views/file/show_url.php +++ b/application/views/file/show_url.php @@ -1,4 +1,4 @@ -<div style="text-align:center"> +<div class="center"> <p> You can get your file here:<br /> <a href="<?php echo $url; ?>"><?php echo $url; ?></a><br /> |