liquid_feedback_frontend
diff static/lf3.css @ 1097:34625fb8983c
Made h2 titles look bold
author | bsw |
---|---|
date | Mon Oct 27 11:51:23 2014 +0100 (2014-10-27) |
parents | b716804d1909 |
children | ce9daada32dd |
line diff
1.1 --- a/static/lf3.css Tue Oct 21 17:56:59 2014 +0200 1.2 +++ b/static/lf3.css Mon Oct 27 11:51:23 2014 +0100 1.3 @@ -184,7 +184,7 @@ 1.4 margin-bottom: 0; 1.5 } 1.6 h2 { 1.7 - font: normal 12pt / 125% sans-serif; 1.8 + font: bold 12pt / 125% sans-serif; 1.9 } 1.10 h3 { 1.11 font: bold 10pt / 125% sans-serif; 1.12 @@ -566,7 +566,7 @@ 1.13 border-radius: 2px; 1.14 } 1.15 .sidebarSection a.unit { 1.16 - font: normal 12pt / 125% sans-serif; 1.17 + font: bold 12pt / 125% sans-serif; 1.18 } 1.19 .sidebarSection a.area { 1.20 margin-left: 20px; 1.21 @@ -798,15 +798,13 @@ 1.22 .main .draft { 1.23 font: normal 10pt / 125% sans-serif; 1.24 } 1.25 -.main .draft ul, 1.26 -.main .draft_content ul { 1.27 +.main .draft ul { 1.28 margin-left: 1em; 1.29 margin-bottom: 1.5ex; 1.30 list-style: square; 1.31 padding-left: 1em; 1.32 } 1.33 -.main .draft ol, 1.34 -.main .draft_content ol { 1.35 +.main .draft ol { 1.36 margin-left: 1em; 1.37 margin-bottom: 1.5ex; 1.38 list-style: decimal; 1.39 @@ -1313,7 +1311,7 @@ 1.40 display: none; 1.41 } 1.42 html body .slot_title { 1.43 - font: normal 12pt / 125% sans-serif; 1.44 + font: bold 12pt / 125% sans-serif; 1.45 padding: 0; 1.46 margin: 0 6pt; 1.47 }