Procházet zdrojové kódy

Update foreground.css

Fixing f-topbar-fixed's 45px top padding that activated for some reason
tu8dl3 před 4 roky
rodič
revize
630040060a
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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
  {