summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-03-05 14:34:39 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-03-05 14:34:39 +0000
commit66f228f2b44facb13521a7accc8a9d5dcb44aa05 (patch)
treeef488c4d6cd3aaae3a0cfc5ccdbc1169c9fdef11 /themes
parent77f7aa0211ee7682a2fcf4c9544be962e727f719 (diff)
downloadbrdo-66f228f2b44facb13521a7accc8a9d5dcb44aa05.tar.gz
brdo-66f228f2b44facb13521a7accc8a9d5dcb44aa05.tar.bz2
- Adding paragraph margins which were removed from drupal.css
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index 01f510858..4f6e637d6 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -25,6 +25,10 @@ h2 {
h3, h4, h5, h6 {
font-size: 1.1em;
}
+p {
+ margin-top: 0.5em;
+ margin-bottom: 0.9em;
+}
a {
text-decoration: none;
font-weight: bold;