Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit d370bbf

Browse files
committed
Don't force images in About to be 100% wide.
1 parent cec8e4b commit d370bbf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css/obBase.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3830,11 +3830,6 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
38303830
z-index: 1;
38313831
}
38323832

3833-
.userPage-subViews img {
3834-
width: 100%;
3835-
height: auto;
3836-
}
3837-
38383833
.icon-huge {
38393834
font-size: 140px;
38403835
}
@@ -6089,6 +6084,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
60896084
#ov1 .editableContent img {
60906085
max-width: 100%;
60916086
max-height: 100%;
6087+
height: auto;
60926088
}
60936089

60946090
/* add formChecked class after form has been checked for validity */

0 commit comments

Comments
 (0)