MediaWiki:Common.css: Difference between revisions
Add an "infobox-table" class |
m Re-indent with 4 spaces, which is a more commonly used code style in CCDirectLink |
||
Line 2: | Line 2: | ||
img.block-img { | img.block-img { | ||
display: inline-block; | |||
max-width: 100%; | |||
height: auto; | |||
} | } | ||
table.infobox-table { | table.infobox-table { | ||
float: right; | |||
clear: right; | |||
margin-top: 0; | |||
} | } |