diff web/default.css @ 1712:08e1522af78e

added project web page under version control
author nadvornik
date Fri, 31 Jul 2009 20:31:56 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/default.css	Fri Jul 31 20:31:56 2009 +0000
@@ -0,0 +1,29 @@
+
+
+#header {
+    margin: 0 0 0 0;
+    text-align : center;
+    width : 740px;
+    border: 1px solid #8BA0FF;
+    background: #d0e0ff;
+
+  }
+
+
+#side {
+    float : left;
+    width : 150px;
+    padding-left : 5px;
+  }
+
+#side ul {
+    padding-left : 0.5em;
+    margin-left : 0.5em;
+}
+
+#main {
+    width : 600px;
+    margin-top : 20px;
+    margin-left : 160px;
+  }
+