Explorar el Código

Update foreground.css

Fixing f-topbar-fixed's 45px top padding that activated for some reason
tu8dl3 hace 4 años
padre
commit
630040060a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      assets/stylesheets/foreground.css

+ 4 - 0
assets/stylesheets/foreground.css

@@ -697,6 +697,10 @@ nav.top-bar,
 	z-index: 600;
 }
 
+.f-topbar-fixed {
+ 	padding-top:0 !important;
+}
+
 ul#top-bar-left li,
 ul#top-bar-left li a
  {