Browse Source

Adds margin bottom to list headers

pull/329/head
jlukic 11 years ago
parent
commit
b58cf6fd44
1 changed files with 1 additions and 0 deletions
  1. 1
      src/views/list.less

1
src/views/list.less

@ -120,6 +120,7 @@ ol.ui.list li,
/* Header */ /* Header */
.ui.list .header { .ui.list .header {
margin-bottom: 0.25em;
font-weight: bold; font-weight: bold;
} }
.ui.list .description { .ui.list .description {

Loading…
Cancel
Save