diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-27 11:25:54 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-27 11:25:54 +0100 |
commit | f706758d63d7b427216d331a228b1b40d72c9b3c (patch) | |
tree | 2a7da5c16df0f2ce4a1bc5e3583aa7a807478852 /style | |
parent | 531a9cc4a4aa58995218bc882021adaf0629113d (diff) | |
download | mutti-web-f706758d63d7b427216d331a228b1b40d72c9b3c.tar.gz mutti-web-f706758d63d7b427216d331a228b1b40d72c9b3c.tar.bz2 mutti-web-f706758d63d7b427216d331a228b1b40d72c9b3c.zip |
style: Dont use text justify for now
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/style/style.css b/style/style.css index 7f46abc..9c25123 100644 --- a/style/style.css +++ b/style/style.css @@ -21,8 +21,8 @@ body { background: #433F3F; /*background: #3C3230;*/ - text-align: justify; - font-family: Arial, Helvetica, sans-serif; + /*text-align: justify; */ + font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: #333333; } @@ -53,6 +53,10 @@ h3 { font-size: 1em; } +p { + /*text-align: justify; */ +} + p, ul, ol { margin-top: 1.2em; line-height: 130%; |