+documentation page on project web-page
[liquid-graphic] / www / style.css
index e3bca05..f6dfd22 100755 (executable)
@@ -16,7 +16,7 @@ BODY {
 }
 
 #layout { 
-  width:760px; 
+  width:780px; 
   margin:0 auto; 
   text-align:left; 
 }
@@ -158,16 +158,16 @@ hr {
 }
 
 ul, ol { margin-left: 40px; margin-bottom: 2px; margin-right: 0; margin-top: 0px; display:block; }
-ul ul, ul ul ul, ol ol, ol ol ol { margin-bottom: 0; margin-right: 0; margin-top: 0; margin-left: 0px; }
+
 ol { list-style-type:decimal; }
 ol ol { list-style-type:upper-alpha; }
 ol ol ol {list-style-type:lower-alpha; }
 li { display:list-item; }
 ul li a { text-decoration:underline; }
 
-a {color: #f4f4f4;}
+a {color: #6633FF;}
 a:link {}
-a:hover {color:#3a3a3a ; text-decoration: none;}
+a:hover {color:white ; text-decoration: none;}
 
 code {
        background-color: #f2f2f2;
@@ -183,4 +183,13 @@ code {
        font-size:110%;
        width: 700px;
 }
-  
\ No newline at end of file
+
+.inner_hr {
+       border: 1px inset;
+}
+
+.doc_img {
+       border: 1px white solid;
+       padding: 2px;
+}
+