Browse Source

Fix typo in header

pull/1129/head
jlukic 10 years ago
parent
commit
9d494d539d
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/header.less

2
src/definitions/elements/header.less

@ -482,7 +482,7 @@ a.ui.inverted.yellow.header:hover {
margin-left: @attachedOffset;
margin-right: @attachedOffset;
}
.ui.attached:not(.top):not(.bottom) {
.ui.attached:not(.top):not(.bottom).header {
margin-top: 0em;
margin-bottom: 0em;
border-top: none;

Loading…
Cancel
Save