Center images and tables
This commit is contained in:
parent
0b113e3e05
commit
f5b071f84a
@ -43,7 +43,8 @@ p {
|
||||
}
|
||||
|
||||
table {
|
||||
margin: 1em 0 1em;
|
||||
min-width: 85%;
|
||||
margin: 1em auto 1em;
|
||||
border: 1px solid #cbcbcb;
|
||||
}
|
||||
|
||||
@ -337,6 +338,11 @@ a.rss img {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.post img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.post img.half-left {
|
||||
float: none;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user