# HG changeset patch # User bsw # Date 1414407083 -3600 # Node ID 34625fb8983cf84638be8d60f77cc91d106c3614 # Parent 9604ba51624af276efee90aa99091940547dffd9 Made h2 titles look bold diff -r 9604ba51624a -r 34625fb8983c static/lf3.css --- a/static/lf3.css Tue Oct 21 17:56:59 2014 +0200 +++ b/static/lf3.css Mon Oct 27 11:51:23 2014 +0100 @@ -184,7 +184,7 @@ margin-bottom: 0; } h2 { - font: normal 12pt / 125% sans-serif; + font: bold 12pt / 125% sans-serif; } h3 { font: bold 10pt / 125% sans-serif; @@ -566,7 +566,7 @@ border-radius: 2px; } .sidebarSection a.unit { - font: normal 12pt / 125% sans-serif; + font: bold 12pt / 125% sans-serif; } .sidebarSection a.area { margin-left: 20px; @@ -798,15 +798,13 @@ .main .draft { font: normal 10pt / 125% sans-serif; } -.main .draft ul, -.main .draft_content ul { +.main .draft ul { margin-left: 1em; margin-bottom: 1.5ex; list-style: square; padding-left: 1em; } -.main .draft ol, -.main .draft_content ol { +.main .draft ol { margin-left: 1em; margin-bottom: 1.5ex; list-style: decimal; @@ -1313,7 +1311,7 @@ display: none; } html body .slot_title { - font: normal 12pt / 125% sans-serif; + font: bold 12pt / 125% sans-serif; padding: 0; margin: 0 6pt; } diff -r 9604ba51624a -r 34625fb8983c static/lf3.less --- a/static/lf3.less Tue Oct 21 17:56:59 2014 +0200 +++ b/static/lf3.less Mon Oct 27 11:51:23 2014 +0100 @@ -124,7 +124,7 @@ @subfilter-active-font: @filter-active-font; @head1-font: bold @size-big e('/') @line-height @font; -@head2-font: normal @size-big e('/') @line-height @font; +@head2-font: bold @size-big e('/') @line-height @font; @head3-font: bold @size-normal e('/') @line-height @font; @btn-font: bold @size-normal e('/') @line-height @font;