From: Steve Sutton Date: Thu, 14 Aug 2014 20:21:35 +0000 (-0400) Subject: Toolbox styles X-Git-Tag: V1.0^2~70 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cdb7cf53299c18ddf967dd87e42c7f7addf5a46b;p=web%2FKeweenaw.git Toolbox styles Readd styles for b strong and bullet list. --- diff --git a/styles.css b/styles.css index f932795..5e01748 100644 --- a/styles.css +++ b/styles.css @@ -1041,4 +1041,32 @@ footer .copyright .separator { } #weather .weatherTmp { font-size: 20px; +} +/*Reset stuff*/ +#main b, strong { + font-weight: bold; +} +#main li ul, li ol { + margin:0 1.5em; +} +#main ul,#main ol { + margin:0 1.5em 1.5em 1.5em; +} +#main ul { + list-style-type:disc; + line-height: 130%; + font-size: 14px; + text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); +} +#main ol { + list-style-type:decimal; +} +#main ol ol { + list-style: upper-alpha; +} +#main ol ol ol { + list-style: lower-roman; +} +#main ol ol ol ol { + list-style: lower-alpha; } \ No newline at end of file