diff options
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%; |