summaryrefslogtreecommitdiffstats
path: root/wik/wik.css
diff options
context:
space:
mode:
Diffstat (limited to 'wik/wik.css')
-rw-r--r--wik/wik.css18
1 files changed, 4 insertions, 14 deletions
diff --git a/wik/wik.css b/wik/wik.css
index 59fbc4d..41cf872 100644
--- a/wik/wik.css
+++ b/wik/wik.css
@@ -59,10 +59,6 @@ input.checkbox {
border: none;
}
-.mute {
- color: #777;
-}
-
.header {
background: #eee;
border-bottom: 3px double #999;
@@ -126,12 +122,12 @@ body {
/*----------------------------------------------------------------------------------
* PAGE > HEADER > LOGO
*--------------------------------------------------------------------------------*/
-#logo h1 {
+#header h1 {
display: none;
}
/* hostname */
-#logo p {
+#header p.hostname {
float: left;
margin: 1px 1px 1px 10px;
}
@@ -213,14 +209,6 @@ body {
background-image: none;
}
-
-/*----------------------------------------------------------------------------------
- * PAGE > MAIN > POSTNAV
- *--------------------------------------------------------------------------------*/
-#postnav {
- display: none;
-}
-
/*----------------------------------------------------------------------------------
* PAGE > MAIN > SUBNAV
*--------------------------------------------------------------------------------*/
@@ -328,10 +316,12 @@ body {
padding-bottom: 5px;
}
+/*
#content .tailer {
clear: both;
margin-left: 0px;
}
+*/
#content .submit {
width: 100px;