Explorar el Código

Made sure that CSS rules are written in the order they appear on the screen from top to bottom

Muhammad Talha Mansoor hace 13 años
padre
commit
97da78d4f7
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      css/custom.css

+ 4 - 4
css/custom.css

@@ -60,6 +60,10 @@ Mobile version - preset code from cssgrid.net */
 
 
 @media handheld, only screen and (max-width: 767px) {
 @media handheld, only screen and (max-width: 767px) {
 
 
+.topNavBar {
+text-align:center;
+}
+
 .pageForeground {
 .pageForeground {
 /* Do not show shadow on mobile */
 /* Do not show shadow on mobile */
 -moz-box-shadow: 0 0 0px 0px #888;
 -moz-box-shadow: 0 0 0px 0px #888;
@@ -69,10 +73,6 @@ box-shadow: 0 0 0px 0px #888;
 
 
 .siteBanner {
 .siteBanner {
 margin-top:-16px;
 margin-top:-16px;
-}
-
-.topNavBar {
-text-align:center;
 }
 }
 	.examplecontainer {}
 	.examplecontainer {}