From 9c21bb3f3c7f766930a0ad847c42fa081486e5a0 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 3 Jan 2008 16:22:53 +0000 Subject: Changed skins/templates based on nangels sample (with some modifications) git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@485 ab2d0c66-481e-0410-8bed-d214d4d58bed --- www/simple/simple.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/simple/simple.css b/www/simple/simple.css index c2eb804..6b6599e 100644 --- a/www/simple/simple.css +++ b/www/simple/simple.css @@ -61,7 +61,7 @@ body { /* ----------------------------------------------------------------------------------------------- CONTENT (and its components) -----------------------------------------------------------------------------------------------*/ -#content { /* 'content' is both the wrapper and the navmenu */ +#main { /* 'content' is both the wrapper and the navmenu */ background: #445; } @@ -88,7 +88,7 @@ body { #nav ul li.last { list-style-type: none; } -#wrapper { /* 'wrapper' is the area where you display the interesting things */ +#content { /* 'wrapper' is the area where you display the interesting things */ float: left; width: 800px; background: #676; -- cgit v1.2.3