From dd0a983735e404d4f1f41184940f8f91940735e6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 9 Apr 2012 14:36:24 +0200 Subject: css: limit width of

and

  • 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 --- data/default.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data/default.css') diff --git a/data/default.css b/data/default.css index 4774a6a29..399ca1410 100644 --- a/data/default.css +++ b/data/default.css @@ -21,6 +21,18 @@ body { padding: 0; } +p, li { + max-width: 800px; +} + +.center { + text-align: center; + margin-top: 100px; +} +.center p { + max-width: 100%; +} + .clearer { clear: both; font-size: 0; -- cgit v1.2.3-24-g4f1b