diff options
| author | hukl <hukl@eight.local> | 2009-02-01 00:08:43 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-01 00:08:43 +0100 |
| commit | 7145a1fc43d9b357cfd6af2f189e22a94432ce19 (patch) | |
| tree | d3cff4856cf272cce7b0e52dd081d5326fb11414 | |
| parent | f985b9e98cebb41128ef772515fdd1c72dd6c6d2 (diff) | |
gave paragraphs a margin within the content div
| -rwxr-xr-x | public/stylesheets/styled.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/styled.css b/public/stylesheets/styled.css index 8af3299..6dd528a 100755 --- a/public/stylesheets/styled.css +++ b/public/stylesheets/styled.css | |||
| @@ -182,7 +182,7 @@ hr.subtitle { | |||
| 182 | color: #4d4d4d; | 182 | color: #4d4d4d; |
| 183 | font-family: Verdana; | 183 | font-family: Verdana; |
| 184 | line-height: 1.8em; | 184 | line-height: 1.8em; |
| 185 | margin: 0; | 185 | margin-bottom: 1.8em; |
| 186 | padding: 0; | 186 | padding: 0; |
| 187 | } | 187 | } |
| 188 | 188 | ||
