Browse Source

Add margins to right/left floated segments

pull/1139/merge
jlukic 10 years ago
parent
commit
ff2d1da1af
1 changed files with 2 additions and 0 deletions
  1. 2
      src/definitions/elements/segment.less

2
src/definitions/elements/segment.less

@ -378,9 +378,11 @@
.ui.floated.segment, .ui.floated.segment,
.ui[class*="left floated"].segment { .ui[class*="left floated"].segment {
float: left; float: left;
margin-right: @margin;
} }
.ui[class*="right floated"].segment { .ui[class*="right floated"].segment {
float: right; float: right;
margin-left: @margin;
} }

Loading…
Cancel
Save