summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/local.css b/local.css
index 436d030..98be3d7 100644
--- a/local.css
+++ b/local.css
@@ -17,13 +17,27 @@ body {
#sidebar {
float: left;
- margin-left: inherit;
+ margin-left: 5%;
margin-right: 40px;
+ width: 25%
+}
+#sidebar ul {
+ margin:0px;
+ padding:0px;
+}
+#sidebar ul li, #sidebar ul li a {
+ color:orange;
+ line-height:2;
+ list-style-type:none;
+ text-decoration:none;
+}
+#sidebar ul li a:hover {
+ text-decoration:underline;
}
#content {
line-height: 3ex;
- width: 20ex;
+ width: 70%;
float: right;
margin-left: 40px;
margin-bottom: 40px;