(no commit message)
[openafs-wiki.git] / local.css
index cd5f6cc..a500d84 100644 (file)
--- a/local.css
+++ b/local.css
  * ## alpha
  * 0% is opaque, 100% is transparent
  *  */
+
+img[alt=andy] {
+  float: right;
+  padding-top: 0px;
+  padding-right: 80px;
+  padding-left: 80px;
+}
+
+/* add a space after the parent links at the top of each page, so the
+ * slash between levels has a space both before and after it */
+span.parentlinks a:after {
+  content: " ";
+}
+
 .pageheader {
-  padding: 2em 6em 3em 2em;
-  padding-left: 6em;
+  padding: 2em 2em 3em 2em;
+  padding-left: 2em;
   position: relative;
   overflow: hidden;
   background: #edf2f7;
@@ -113,11 +127,11 @@ body {
   margin: 0;
   padding: 0;
   font-family: sans-serif;
-  *font-size: small;
-  line-height: 1.32em;
+  font-size: 0.8em;
+  line-height: 1.5em;
   color: black;
   background: white;
-  font-size: 1.01em; }
+}
 
 a {
   text-decoration: none;
@@ -155,7 +169,9 @@ pre {
   box-shadow: 0px 0px 2px #1a1a1a; }
 
 #content, #comments, #footer {
-  margin: 1em 6em; }
+  margin: 1em 2em 1em 2em;
+  max-width: 80em;
+}
 
 #pageinfo {
   border-color: #cccccc; }