summaryrefslogtreecommitdiffstats
path: root/wik
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-01-22 21:42:14 +0000
committerTed Trask <ttrask01@yahoo.com>2014-01-22 21:42:14 +0000
commit19e23aaad5911de87163115e8741f592b7d0aa4a (patch)
tree7090ff94f3e65df3a2da48285e8c7e5ac21087eb /wik
parent0cf16d9df0e07c4b86ca366b9a377783c79351ca (diff)
downloadacf-skins-19e23aaad5911de87163115e8741f592b7d0aa4a.tar.bz2
acf-skins-19e23aaad5911de87163115e8741f592b7d0aa4a.tar.xz
Update skins for updated template-html.lsp
The changes are not perfect, as some differences are visible, but close enough
Diffstat (limited to 'wik')
-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;