1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 01:34:31 +01:00

Fix some styling for non-post img's

This commit is contained in:
Michael Foster 2013-08-16 21:34:28 +10:00
parent 44e16593b6
commit 8904da17b7

View File

@ -125,7 +125,7 @@ div.banner a:hover {
text-decoration: none;
}
img.banner {
float: none;
display: block;
border: 1px solid #a9a9a9;
margin: 12px auto 0 auto;
}
@ -141,7 +141,6 @@ div.post img.post-image {
}
div.post img.icon {
display: inline;
float: none;
margin: 0 5px;
padding: 0;
}