Browse Source

Merge pull request #135 from lostm1nd/header-item-IE

Fixes #131: header items broken on IE11
Jeremy Thomas 9 years ago
parent
commit
3f2b10a3d2
5 changed files with 4 additions and 5 deletions
  1. 1 2
      bulma/layout/header.sass
  2. 3 3
      css/bulma.css
  3. 0 0
      css/bulma.css.map
  4. 0 0
      css/bulma.min.css
  5. 0 0
      css/bulma.min.css.map

+ 1 - 2
bulma/layout/header.sass

@@ -36,7 +36,7 @@
     max-height: 24px
   a
     color: $text
-    flex: 1
+    flex-grow: 1
     &:hover
       color: $link-hover
     &.is-active
@@ -143,4 +143,3 @@
     &:hover,
     &.is-active
       border-bottom-width: 2px
-

+ 3 - 3
css/bulma.css

@@ -3990,9 +3990,9 @@ a.menu-block:hover {
 .header-item a {
   color: #69707a;
   -webkit-box-flex: 1;
-  -webkit-flex: 1;
-      -ms-flex: 1;
-          flex: 1;
+  -webkit-flex-grow: 1;
+      -ms-flex-positive: 1;
+          flex-grow: 1;
 }
 
 .header-item a:hover {

File diff suppressed because it is too large
+ 0 - 0
css/bulma.css.map


File diff suppressed because it is too large
+ 0 - 0
css/bulma.min.css


File diff suppressed because it is too large
+ 0 - 0
css/bulma.min.css.map


Some files were not shown because too many files changed in this diff