added a style for an image located in a list

This commit is contained in:
hyung-hwan 2014-09-26 03:10:24 +00:00
parent ec72e4f8d8
commit fceb0475d2

View File

@ -335,6 +335,11 @@ body {
max-width: 100%;
}
.content .mainarea li img {
vertical-align: middle;
padding: 2px;
}
.content .mainarea table p.wiki {
/* no margin-top within tables */
margin-top: 0;