forked from leftypol/leftypol
style.css: move margin from body to head
This commit is contained in:
parent
4c17b0af9e
commit
9ff71351a4
1 changed files with 1 additions and 2 deletions
|
@ -538,7 +538,7 @@ div.post {
|
|||
}
|
||||
|
||||
div.post div.head {
|
||||
margin: 0.1em 1em 0.1em 1.4em;
|
||||
margin: 0.1em 1em 0.8em 1.4em;
|
||||
clear: both;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
@ -563,7 +563,6 @@ div.post.op > p {
|
|||
}
|
||||
|
||||
div.post div.body {
|
||||
margin-top: 0.8em;
|
||||
margin-left: 1.4em;
|
||||
padding-right: 3em;
|
||||
padding-bottom: 0.3em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue