Browse Source

Fix bug in segment only-child

Former-commit-id: 49b4e75dcf
Former-commit-id: 745b1ce548
pull/258/head
jlukic 11 years ago
parent
commit
6a4ae270a1
3 changed files with 0 additions and 9 deletions
  1. 3
      build/uncompressed/elements/segment.css
  2. 3
      node/src/files/components/semantic/elements/segment.css
  3. 3
      src/elements/segment.less

3
build/uncompressed/elements/segment.css

@ -84,9 +84,6 @@
.ui.segment > :last-child {
margin-bottom: 0em;
}
.ui.segment > :only-child {
margin: 0em;
}
/* Padding on next content after a label */
.ui.segment > .attached.label:first-child + * {
margin-top: 2em;

3
node/src/files/components/semantic/elements/segment.css

@ -84,9 +84,6 @@
.ui.segment > :last-child {
margin-bottom: 0em;
}
.ui.segment > :only-child {
margin: 0em;
}
/* Padding on next content after a label */
.ui.segment > .attached.label:first-child + * {
margin-top: 2em;

3
src/elements/segment.less

@ -118,9 +118,6 @@
.ui.segment > :last-child {
margin-bottom: 0em;
}
.ui.segment > :only-child {
margin: 0em;
}
/* Padding on next content after a label */
.ui.segment > .attached.label:first-child + * {

Loading…
Cancel
Save