- Adding paragraph margins which were removed from drupal.css

4.6.x
Steven Wittens 2005-03-05 14:34:39 +00:00
parent 77f7aa0211
commit 66f228f2b4
1 changed files with 4 additions and 0 deletions

View File

@ -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;