Skip to content

Commit 0c03882

Browse files
committed
Remove float for image inside collapsible elements on right-to-left. (see unfuddle maintenance ticket 2039)
1 parent b06a69d commit 0c03882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docroot/includes/legalcode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ h3 {
220220
position: relative;
221221
}
222222
#deed-main-content .cc-collapsible img {
223-
float: none;
223+
float: none !important;
224224
border: 0;
225225
margin: 0;
226226
height: 12px;

0 commit comments

Comments
 (0)