summaryrefslogtreecommitdiffstats
path: root/application/views/file/deleted.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-04-09 14:36:24 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-04-09 20:48:22 +0200
commitdd0a983735e404d4f1f41184940f8f91940735e6 (patch)
tree1ece3a8d066f70fa660e06bd0ad7b5ef436afe62 /application/views/file/deleted.php
parentfd5d406cee52da3aa28475b2418c1787e3489da2 (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/deleted.php')
-rw-r--r--application/views/file/deleted.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/deleted.php b/application/views/file/deleted.php
index 865b5304a..f12433808 100644
--- a/application/views/file/deleted.php
+++ b/application/views/file/deleted.php
@@ -1,3 +1,3 @@
-<div style="text-align:center">
+<div class="center">
<p><?php echo $id; ?> has been deleted.</p>
</div>