Skip to content

Commit

Permalink
Merge pull request #103 from rei/landing-updae
Browse files Browse the repository at this point in the history
button was not accessible behind the particles
  • Loading branch information
mhewson committed May 23, 2016
2 parents 51300ba + a423ec1 commit 5c2e15c
Showing 1 changed file with 3 additions and 99 deletions.
102 changes: 3 additions & 99 deletions docs_src/assets/less/docs-home.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,15 @@
background-color: #111;
background-size: 100%;
}
.bs-docs-masthead
.bs-docs-header {
position: relative;
padding: 3rem 1.5rem;
color: @docs-primary-lightest;
text-align: center;
text-shadow: 0 0.1rem 0 rgba(0,0,0,.1);
background-color: @docs-primary-dark;
background-image: -webkit-gradient(linear, left top, left bottom, from(@docs-primary), to(@docs-primary-dark));
background-image: -webkit-linear-gradient(top, @docs-primary 0%, @docs-primary-dark 100%);
background-image: -o-linear-gradient(top, @docs-primary 0%, @docs-primary-dark 100%);
background-image: linear-gradient(to bottom, @docs-primary 0%, @docs-primary-dark 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@docs-primary', endColorstr='@docs-primary-dark', GradientType=0);
background-repeat: repeat-x;
}


/* Masthead (headings and download button) */
.bs-docs-masthead .bs-docs-booticon {
margin: 0 auto 3rem;
}
.bs-docs-masthead h1 {
font-weight: 300;
line-height: 1;
color: #fff;
}

.bs-docs-masthead .lead {
margin: 0 0 3rem;
font-size: 2rem;
color: #fff;
position: relative;
}
.bs-docs-masthead .version {
margin-top: -1.5rem;
Expand All @@ -56,9 +36,6 @@
.bs-docs-masthead {
padding: 8rem 0;
}
.bs-docs-masthead h1 {
font-size: 6rem;
}
.bs-docs-masthead .lead {
font-size: 2.4rem;
}
Expand All @@ -70,76 +47,3 @@
font-size: 3rem;
}
}

/*
* Homepage featurettes
*
* Reasons to use Bootstrap, entries from the Expo, and more.
*/

.bs-docs-featurette {
padding-top: 4rem;
padding-bottom: 4rem;
font-size: 1.6rem;
line-height: 1.5;
color: #555;
text-align: center;
background-color: #fff;
border-bottom: 0.1rem solid #e5e5e5;
}
.bs-docs-featurette + .bs-docs-footer {
margin-top: 0;
border-top: 0;
}

.bs-docs-featurette-title {
margin-bottom: 0.5rem;
font-size: 3rem;
font-weight: normal;
color: #333;
}
.half-rule {
width: 10rem;
margin: 4rem auto;
}
.bs-docs-featurette h3 {
margin-bottom: 0.5rem;
font-weight: normal;
color: #333;
}
.bs-docs-featurette-img {
display: block;
margin-bottom: 2rem;
color: #333;
}
.bs-docs-featurette-img:hover {
color: #337ab7;
text-decoration: none;
}
.bs-docs-featurette-img img {
display: block;
margin-bottom: 1.5rem;
}

@media (min-width: @screen-xs-min) {
.bs-docs-featurette .img-responsive {
margin-top: 3rem;
}
}
@media (min-width: @screen-sm-min) {
.bs-docs-featurette {
padding-top: 10rem;
padding-bottom: 10rem;
}
.bs-docs-featurette-title {
font-size: 4rem;
}
.bs-docs-featurette .lead {
max-width: 80%;
margin-right: auto;
margin-left: auto;
}
.bs-docs-featurette .img-responsive {
margin-top: 0;
}
}

0 comments on commit 5c2e15c

Please sign in to comment.