Explorar el Código

Left right padding in page background is not needed for screen layout

Muhammad Talha Mansoor hace 13 años
padre
commit
5113523e8c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      css/custom.css

+ 0 - 2
css/custom.css

@@ -9,8 +9,6 @@ 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 {