Skip to content

Commit 4e148ea

Browse files
authored
Merge pull request #831 from creativecommons/feature/legalcode-makeover
Remove float for image inside collapsible elements on right-to-left. …
2 parents 52e03d6 + 0c03882 commit 4e148ea

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)