Browse Source

Binder is not shown in mobile versions

Muhammad Talha Mansoor 12 years ago
parent
commit
e403f4a0d2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      css/custom.css

+ 5 - 0
css/custom.css

@@ -45,6 +45,11 @@ _______________________________
 Mobile version - preset code from cssgrid.net */
 
 @media handheld, only screen and (max-width: 767px) {
+.pageBackground {
+background-image:url(images/background_texture_wood.png);
+background-repeat:repeat;
+}
+
 
 	.examplecontainer {}