diff options
Diffstat (limited to 'static/css/pages.css')
| -rw-r--r-- | static/css/pages.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/pages.css b/static/css/pages.css index db5a056..7dbdc8d 100644 --- a/static/css/pages.css +++ b/static/css/pages.css @@ -182,8 +182,8 @@ background-attachment:fixed; #content { font-family: Arial, Helvetica, sans-serif; background-color:#fff; - background-repeat:repeat-x; - background-position:1 10; + background-repeat:repeat-x;overflow:hidden; + background-position:1 10;text-align: justify; text-justify: newspaper; background-attachment:fixed; margin: 0; @@ -307,6 +307,10 @@ font-weight:normal; text-shadow: 1px 1px 1px #fff; } +#content h5{ +overflow:hidden; +text-align: justify; +} #content a { color:#333; font-size:14; |
