tweaks to the webpage to improve look and layout slight.
[monkeysphere.git] / website / local.css
index 9e141a24bd6fa8d7bda8cb664033124abdf29ef9..69defae6fdee597e91ea47d9e4d6cee6d2dd57d2 100644 (file)
@@ -1,29 +1,28 @@
 h2 {
--moz-border-radius-topleft:4px;
--moz-border-radius-topright:4px;
-background-color:#B67B4E;
-color:black;
-display:block;
-font-weight:bold;
-padding:0 0 0 10px;
+  -moz-border-radius: 4px;
+  background-color: #B67B4E;
+  color: black;
+  display: block;
+  font-weight: bold;
+  padding: 0 0 0 10px;
 }
 
 body {
-color:#3F403F;
-font-family:"Liberation Sans",sans-serif;
-font-size:0.95em;
+  color: #3F403F;
+  font-family: "Liberation Sans",sans-serif;
+  font-size: 0.95em;
 }
 
 *|*:visited 
-color:#f6a464;
+  color: #f6a464;
 }
 
 *|*:-moz-any-link {
-text-decoration:none;
+  text-decoration: none;
 }
 
 :-moz-any-link {
-cursor:pointer;
+  cursor: pointer;
 }
 
 a:link { 
@@ -40,23 +39,23 @@ a:hover {
 }
 
 pre {
-       background: #ddd;
-       border: 1px solid #aaa;
-       padding: 3px 3px 3px 3px;
-       margin-left: 2em;
+  background: #ddd;
+  border: 1px solid #aaa;
+  padding: 3px 3px 3px 3px;
+  margin-left: 2em;
 }
 
 table.sitenav { 
- border-bottom: 2px solid black;
- padding: 0px;
- width: 100%;
- font-size: larger;
 border-bottom: 2px solid black;
 padding: 0px;
 width: 100%;
 font-size: larger;
 }
 
 table.sitenav img.logo { 
- margin: 0px; 
- padding: 0px; 
- vertical-align: bottom;
 margin: 0px; 
 padding: 0px; 
 vertical-align: bottom;
 }
 
 table.sitenav a { 
@@ -71,19 +70,20 @@ table.sitenav span.selflink {
 }
 
 div.header { 
- text-align: right;
- display: none;
 text-align: right;
 display: none;
 }
 
 div.actions { 
- text-align: right;
- display: none;
 text-align: right;
 display: none;
 }
 
 #sidebar {
-       line-height: normal;
-       width: 100%;
-       float: none;
-       margin: 0;
-       padding: 0;
+  line-height: normal;
+  width: 100%;
+  float: none;
+  margin: 0;
+  padding: 0;
 }
+