diff options
Diffstat (limited to 'data/default.css')
-rw-r--r-- | data/default.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |