Center small images by default

This commit is contained in:
Jef van Schendel 2012-02-14 16:42:54 +01:00
parent 85778e79a8
commit 23f87661f0

View File

@ -158,7 +158,9 @@ footer {
} }
img.media_image { img.media_image {
width: 100%; margin-left: auto;
margin-right: auto;
display: block;
} }
.media_sidebar { .media_sidebar {
@ -533,6 +535,7 @@ table.media_panel th {
img.media_image { img.media_image {
width: 100%; width: 100%;
display: inline;
} }
.profile_sidebar { .profile_sidebar {