Center small images by default
This commit is contained in:
parent
85778e79a8
commit
23f87661f0
@ -158,7 +158,9 @@ footer {
|
||||
}
|
||||
|
||||
img.media_image {
|
||||
width: 100%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.media_sidebar {
|
||||
@ -533,6 +535,7 @@ table.media_panel th {
|
||||
|
||||
img.media_image {
|
||||
width: 100%;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.profile_sidebar {
|
||||
|
Loading…
x
Reference in New Issue
Block a user