From 19e23aaad5911de87163115e8741f592b7d0aa4a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Jan 2014 21:42:14 +0000 Subject: Update skins for updated template-html.lsp The changes are not perfect, as some differences are visible, but close enough --- wik/wik.css | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'wik/wik.css') 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; -- cgit v1.2.3