liquid_feedback_frontend

changeset 329:62ddcdad91d5

Added help text styles
author bsw
date Tue Feb 28 18:19:01 2012 +0100 (2012-02-28)
parents a879f7cbf64e
children b91269b2a43f
files static/style.css
line diff
     1.1 --- a/static/style.css	Tue Feb 28 18:18:50 2012 +0100
     1.2 +++ b/static/style.css	Tue Feb 28 18:19:01 2012 +0100
     1.3 @@ -7,8 +7,7 @@
     1.4  object,
     1.5  iframe,
     1.6  h1, h2, h3, h4, h5, h6,
     1.7 -p, blockquote, pre, a, img,
     1.8 -ol, ul, li,
     1.9 +p, a, img,
    1.10  form, label, legend,
    1.11  table, tbody, tfoot, thead, tr, th,td {
    1.12    margin: 0;
    1.13 @@ -26,9 +25,6 @@
    1.14    color: black;
    1.15    background: white;
    1.16  }
    1.17 -ol, ul {
    1.18 -  list-style: none;
    1.19 -}
    1.20  table {
    1.21    border-collapse: separate;
    1.22    border-spacing: 0;
    1.23 @@ -1147,6 +1143,7 @@
    1.24  }
    1.25  
    1.26  .help_visible {
    1.27 +  margin-top: 2ex;
    1.28    margin-bottom: 1ex;
    1.29  }
    1.30  
    1.31 @@ -1171,6 +1168,7 @@
    1.32  }
    1.33  
    1.34  .wiki {
    1.35 +  line-height: 133%;
    1.36  }
    1.37  
    1.38  .wiki h1,
    1.39 @@ -1183,10 +1181,21 @@
    1.40  
    1.41  .wiki h1 {
    1.42    font-size: 150%;
    1.43 +  font-weight: bold;
    1.44  }
    1.45  
    1.46  .wiki h2 {
    1.47    font-size: 125%;
    1.48 +  font-weight: bold;
    1.49 +}
    1.50 +
    1.51 +.wiki h3 {
    1.52 +  font-size: 125%;
    1.53 +}
    1.54 +
    1.55 +.wiki h4 {
    1.56 +  font-size: 100%;
    1.57 +  font-weight: bold;
    1.58  }
    1.59  
    1.60  .wiki p {

Impressum / About Us