From cdb7cf53299c18ddf967dd87e42c7f7addf5a46b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 14 Aug 2014 16:21:35 -0400 Subject: [PATCH] Toolbox styles Readd styles for b strong and bullet list. --- styles.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 -- 2.17.1