diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/local.css b/local.css deleted file mode 100644 index 9e084e8a..00000000 --- a/local.css +++ /dev/null @@ -1,40 +0,0 @@ -BODY { - margin: 0; - background-color: LightBlue; - font-family: sans-serif; -} - -DIV#sidebar { - width: 98%; - margin: 0; - padding: 0; - text-align: center; - text-transform: uppercase; - font-weight: bold; -} -DIV#sidebar p { - float: left; -} -DIV#sidebar ul { - list-style-type:none; - margin: 66px 0 0; - padding: 0; -} -DIV#sidebar ul li { - display:inline; - margin: 0 20px; -} -DIV#sidebar li, -DIV#sidebar ul, -DIV#sidebar ul li, -DIV#sidebar ol, -DIV#sidebar ol li { - font-size: 1.1em; - line-height: 2em; -} - -DIV#content { - clear: both; - margin: 0 10%; - max-width: 62em; -} |