727
edits
CrowtherDR (talk | contribs) (Fixed display issue with create page link on search results, pre-formatted text, floated images, and rounded corners in Chrome and Safari browsers.) |
CrowtherDR (talk | contribs) No edit summary |
||
Line 78: | Line 78: | ||
-webkit-border-bottom-left-radius:7px; | -webkit-border-bottom-left-radius:7px; | ||
-webkit-border-bottom-right-radius:7px; | -webkit-border-bottom-right-radius:7px; | ||
} | |||
#imageContainer,div.imageContainer{ | |||
overflow-x:auto; | |||
overflow-y:hidden; | |||
width:500px; | |||
} | |||
#imageContainer div{ | |||
border:1px solid #dddddd; | |||
overflow-x:auto; | |||
overflow-y:hidden; | |||
width:98%; | |||
} | |||
#imageContainer img{ | |||
overflow-x:auto; | |||
overflow-y:hidden; | |||
} | } |
edits