--- a/style.css +++ b/style.css @@ -1,52 +1,4 @@ -body { - font-family: "Arial"; -} - -h1 { - font-size:27px; -} - -li { -padding-left: 20px; -} - -#search, form { -float: right; -margin-top: -1px; -} - -#sitenav { - -width: 99%; -text-align: left; -padding: 5px; -border-top:1px solid black; -border-bottom:1px solid black; -} - -#sitenav.a { - -display: inline; -} - -#content { -margin: 10px; -padding: 5px; -width: auto; -} - -#sidebar { - width: 100px; - border-right: 3px solid black; - height: 100%; - float: left; -} - -#ft { -font-size: 66%; -} - -// div collapse from http://roshanbh.com.np/2008/03/expandable-collapsible-toggle-pane-jquery.html +/* div collapse from http://roshanbh.com.np/2008/03/expandable-collapsible-toggle-pane-jquery.html */ p { padding: 0 0 1em; } @@ -66,8 +18,4 @@ padding: 5px 10px 15px; background-color:#F4F4F8; } -// div collapse -table { - width: 100% !important; -}