Przeglądaj źródła

Apply padding less-specifically to avoid conflicts with silly extensions, fixes #509

Jordi Boggiano 9 lat temu
rodzic
commit
79938e331c

+ 1 - 4
src/Packagist/WebBundle/Resources/public/css/main.css

@@ -46,6 +46,7 @@ label {
 body {
     background: #FAFAFA;
     font-family: 'Open Sans', sans-serif;
+    padding-top: 58px;
 }
 .logo {
   position: absolute;
@@ -367,10 +368,6 @@ strong {
     position: relative;
 }
 
-body > section:first-child {
-    padding-top: 58px;
-}
-
 .wrapper .container {
     padding: 26px 20px;
     color: #2d2d32;