summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-03 16:22:53 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-03 16:22:53 +0000
commit9c21bb3f3c7f766930a0ad847c42fa081486e5a0 (patch)
tree6c48eb35672c9a3a8c5ca690110cbd69b3c27066 /www
parent0f23cf83b790dcb0b566604bceb2e0f8a413a36f (diff)
downloadacf-core-9c21bb3f3c7f766930a0ad847c42fa081486e5a0.tar.bz2
acf-core-9c21bb3f3c7f766930a0ad847c42fa081486e5a0.tar.xz
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
Diffstat (limited to 'www')
-rw-r--r--www/simple/simple.css4
1 files 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;