|
@@ -9,6 +9,8 @@ body {
|
|
|
.pageBackground {
|
|
|
background-image:url(images/background_texture_wood.png), url(images/binder.jpg);
|
|
|
background-repeat:repeat, repeat-y;
|
|
|
+padding-right:8px;
|
|
|
+padding-left:8px;
|
|
|
}
|
|
|
|
|
|
.pageForeground {
|
|
@@ -48,6 +50,8 @@ Mobile version - preset code from cssgrid.net */
|
|
|
.pageBackground {
|
|
|
background-image:url(images/background_texture_wood.png);
|
|
|
background-repeat:repeat;
|
|
|
+padding-right:8px;
|
|
|
+padding-left:8px;
|
|
|
}
|
|
|
|
|
|
|