Merge pull request #860 from hashicorp/website-safari

flexbox should only have been used on website subpages
This commit is contained in:
Jeff Mitchell 2015-12-15 13:36:47 -05:00
commit 5142d7c267
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,9 @@ body.layout-docs,
body.layout-inner,
body.layout-downloads,
body.layout-intro{
//background: $light-black image-url('sidebar-wire.png') left 62px no-repeat;
display: flex;
flex-direction: column;
>.container{
flex: 1 0 auto;

View File

@ -11,8 +11,6 @@ html{
}
body {
display: flex;
flex-direction: column;
min-height: 100%;
-webkit-font-smoothing: antialiased;
color: $black;