comparison static/css/styles.css @ 289:a358ffb8aea5

style: add note style
author David Soria Parra <dsp@php.net>
date Tue, 10 Nov 2009 15:23:19 +0100
parents a1f67c008775
children 8e1d8d9ef5be 8ebf006007f8
comparison
equal deleted inserted replaced
288:88ecbfd574e1 289:a358ffb8aea5
147 /* 147 /*
148 * Lists without big bullet type... 148 * Lists without big bullet type...
149 */ 149 */
150 150
151 #home .undecorated_list li { list-style:decimal outside; background: none; padding-left: 0px; min-height: 0px; margin-bottom: 1.7em} #home .undecorated_list li li { list-style: circle outside } 151 #home .undecorated_list li { list-style:decimal outside; background: none; padding-left: 0px; min-height: 0px; margin-bottom: 1.7em} #home .undecorated_list li li { list-style: circle outside }
152
153 /*
154 * Notes
155 */
156 .note {
157 border-top: 1px #ccc solid;
158 border-bottom: 1px #ccc solid;
159 padding: 0.3em 1em;
160 margin: 0.2em 1em 1em;
161 font-size: 90%;
162 }