Skip to content

Commit 59b9d58

Browse files
committed
Fix conflicting css rules
1 parent 3663f66 commit 59b9d58

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css/base.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,11 +401,6 @@ h6 {
401401
display: block;
402402
text-align: right;
403403
}
404-
img.align-right,
405-
img.align-left {
406-
float: none;
407-
margin: 1em 0;
408-
}
409404
.field-type-taxonomy-term-reference .field-item {
410405
float: left;
411406
margin: 0;
@@ -425,6 +420,7 @@ img.align-left {
425420
.align-left,
426421
.align-right {
427422
float: none;
423+
margin: 1em 0;
428424
}
429425
/**
430426
* Media queries.

0 commit comments

Comments
 (0)