forked from leftypol/leftypol
Merge branch 'image-margins-css' into 'config'
Image margins css See merge request leftypol/leftypol!25
This commit is contained in:
commit
55e9c4514e
1 changed files with 3 additions and 5 deletions
|
@ -429,19 +429,18 @@ img.banner,img.board_image {
|
|||
.post-image {
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 5px 20px 10px 20px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.full-image {
|
||||
float: left;
|
||||
padding: 5px;
|
||||
padding: 0.2em 0.2em 0.8em 0.2em;
|
||||
margin: 0 20px 0 0;
|
||||
max-width: 98%;
|
||||
}
|
||||
|
||||
div.post .post-image {
|
||||
padding: 0.2em;
|
||||
padding: 0.2em 0.2em 0.8em 0.2em;
|
||||
margin: 0 20px 0 0;
|
||||
}
|
||||
|
||||
|
@ -539,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;
|
||||
}
|
||||
|
@ -564,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