liquid_feedback_frontend
diff static/lf3.less @ 1097:34625fb8983c
Made h2 titles look bold
| author | bsw |
|---|---|
| date | Mon Oct 27 11:51:23 2014 +0100 (2014-10-27) |
| parents | c2baf086cc8d |
| children | ce9daada32dd |
line diff
1.1 --- a/static/lf3.less Tue Oct 21 17:56:59 2014 +0200 1.2 +++ b/static/lf3.less Mon Oct 27 11:51:23 2014 +0100 1.3 @@ -124,7 +124,7 @@ 1.4 @subfilter-active-font: @filter-active-font; 1.5 1.6 @head1-font: bold @size-big e('/') @line-height @font; 1.7 -@head2-font: normal @size-big e('/') @line-height @font; 1.8 +@head2-font: bold @size-big e('/') @line-height @font; 1.9 @head3-font: bold @size-normal e('/') @line-height @font; 1.10 1.11 @btn-font: bold @size-normal e('/') @line-height @font;