diff --git a/index.html b/index.html
index 62a4bbc..fbbfd86 100755
--- a/index.html
+++ b/index.html
@@ -1,7 +1,10 @@
Magazine
+
+
+
diff --git a/magazine-custom.css b/magazine-custom.css
index 3d284a9..c7714af 100755
--- a/magazine-custom.css
+++ b/magazine-custom.css
@@ -1,5 +1,10 @@
-/* magazine customization */
-.magazine {
+/**********************************************************************
+* magazine customization
+*
+**********************************************************************/
+
+/*************************************** main structural elements ****/
+.viewer {
background: gray;
}
@@ -14,3 +19,10 @@
.page {
background: silver;
}
+
+
+/*********************************************************************/
+
+
+
+/*********************************************************************/
diff --git a/magazine.css b/magazine.css
index d20b893..c7bdbd0 100755
--- a/magazine.css
+++ b/magazine.css
@@ -31,7 +31,8 @@ body {
/* XXX change to relative units... */
font-size: 12px;
- background: silver;
+
+ background: white;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
@@ -139,7 +140,6 @@ body {
/* magazine cover */
.magazine > .cover {
- background: white;
}
/* user hints, visible when user draggs past the cover or the last page
@@ -185,7 +185,6 @@ body {
}
.article > .cover {
- background: white;
}
@@ -246,7 +245,7 @@ body {
height: 100%;
z-index: 9000;
- background-color: white;
+ background: white;
}
.splash * {
color: gray;