Allow theme to decide journal attribute font size

pull/1420/head
Hagen Schink 11 years ago
parent 931b1c0cfa
commit 666e2acac0
  1. 2
      app/assets/stylesheets/content/_journal.css.sass
  2. 2
      app/assets/stylesheets/global/_variables.sass

@ -92,7 +92,7 @@
.journal-attributes
color: #333333
font-size: 11px
font-size: $journal_attribute_font_size
ul.journal-attributes
list-style-type: disc

@ -165,3 +165,5 @@ $my_page_edit_box_border_color: #06799F !default
$wiki_toc_header_font_size: 10px !default
$wiki_toc_ul_font_size: 0.8em !default
$journal_attribute_font_size: 11px !default

Loading…
Cancel
Save