major whitespace cleanup!
This commit is contained in:
parent
b61dae9142
commit
7d1aac6079
|
@ -35,7 +35,7 @@
|
|||
|
||||
&:focus {
|
||||
|
||||
} //focus
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
|
@ -44,8 +44,8 @@
|
|||
}
|
||||
|
||||
|
||||
} //search
|
||||
} //search bar
|
||||
}
|
||||
}
|
||||
|
||||
//pagination
|
||||
.pagination {
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
@media (max-width: 480px) {
|
||||
// nav {
|
||||
// height: auto;
|
||||
// font-size: 13px;
|
||||
// padding: 10px 0;
|
||||
// .drop-shadow;
|
||||
//
|
||||
// a.vagrant-docs-logo {
|
||||
// background: url(/images/logo_docs_small.png) no-repeat center center !important;
|
||||
// display: inline-block !important;
|
||||
// float: none !important;
|
||||
// position: relative;
|
||||
// width: 200px !important;
|
||||
// left: 50%;
|
||||
// padding: 10px 0;
|
||||
// .reset;
|
||||
// margin-left: -100px !important;
|
||||
// }
|
||||
//
|
||||
// a.vagrant-logo {
|
||||
// background: url(/images/logo_vagrant.png) no-repeat center center !important;
|
||||
// display: inline-block !important;
|
||||
// float: none !important;
|
||||
// position: relative;
|
||||
// width: 80% !important;
|
||||
// left: 50%;
|
||||
// padding: 10px 0;
|
||||
// .reset;
|
||||
// margin-left: -130px !important;
|
||||
// }
|
||||
//
|
||||
// ul {
|
||||
// position: relative;
|
||||
// margin: 0 auto;
|
||||
// width: 100%;
|
||||
// text-align: center;
|
||||
// padding: 10px 0 0;
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// a.brand {
|
||||
// display: none !important;
|
||||
// position: static !important;
|
||||
// width: 200px !important;
|
||||
// margin: 0 0 0 0 !important;
|
||||
// background-position: center center !important;
|
||||
// }
|
||||
nav {
|
||||
height: auto;
|
||||
font-size: 13px;
|
||||
padding: 10px 0;
|
||||
.drop-shadow;
|
||||
|
||||
a.vagrant-docs-logo {
|
||||
background: url(/images/logo_docs_small.png) no-repeat center center !important;
|
||||
display: inline-block !important;
|
||||
float: none !important;
|
||||
position: relative;
|
||||
width: 200px !important;
|
||||
left: 50%;
|
||||
padding: 10px 0;
|
||||
.reset;
|
||||
margin-left: -100px !important;
|
||||
}
|
||||
|
||||
a.vagrant-logo {
|
||||
background: url(/images/logo_vagrant.png) no-repeat center center !important;
|
||||
display: inline-block !important;
|
||||
float: none !important;
|
||||
position: relative;
|
||||
width: 80% !important;
|
||||
left: 50%;
|
||||
padding: 10px 0;
|
||||
.reset;
|
||||
margin-left: -130px !important;
|
||||
}
|
||||
|
||||
ul {
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
a.brand {
|
||||
display: none !important;
|
||||
position: static !important;
|
||||
width: 200px !important;
|
||||
margin: 0 0 0 0 !important;
|
||||
background-position: center center !important;
|
||||
}
|
||||
|
||||
.search {
|
||||
input {
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* page */
|
||||
.page { //style all pages
|
||||
|
||||
.page-background { //page background color
|
||||
.page-background {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left:50%;
|
||||
top: 0;
|
||||
position: fixed;
|
||||
z-index: 1; //keep it in the back
|
||||
} //.background
|
||||
}
|
||||
|
||||
.page-contents {
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
} //h1 first child
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -36,12 +36,12 @@
|
|||
|
||||
&:first-child {
|
||||
margin-top: @baseline * .5;
|
||||
} //h2 first child
|
||||
} //h2
|
||||
} //page-contents
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* home */
|
||||
&.home { //style homepage
|
||||
&.home {
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
|
@ -74,11 +74,11 @@
|
|||
line-height: 40px;
|
||||
}
|
||||
|
||||
} //hero hgroup
|
||||
}
|
||||
|
||||
} //hero-content
|
||||
}
|
||||
|
||||
} //homepage hero
|
||||
}
|
||||
|
||||
.why-vagrant {
|
||||
.padded;
|
||||
|
@ -91,7 +91,7 @@
|
|||
text-align: center;
|
||||
font-size: 40px;
|
||||
line-height: 40px;
|
||||
} //h1
|
||||
}
|
||||
|
||||
hgroup {
|
||||
margin: (@baseline * 3) 0;
|
||||
|
@ -104,15 +104,15 @@
|
|||
margin-bottom: @baseline;
|
||||
color: @purple-text;
|
||||
.museo-sans-light;
|
||||
} //h3
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 20px;
|
||||
line-height: @baseline * 1.5;
|
||||
.museo-sans-light;
|
||||
} //h4
|
||||
} //hgroup
|
||||
} //why-vagrant
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.get-started {
|
||||
.padded;
|
||||
|
@ -133,7 +133,7 @@
|
|||
//background: fade(@white, 20%);
|
||||
}
|
||||
|
||||
} //get-started
|
||||
}
|
||||
|
||||
.customers {
|
||||
.padded;
|
||||
|
@ -164,19 +164,19 @@
|
|||
|
||||
img {
|
||||
|
||||
} //img
|
||||
|
||||
} //li
|
||||
} //ul.cusotmer-logos
|
||||
}
|
||||
|
||||
} //home
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* inner */
|
||||
&.inner { //style inner pages
|
||||
&.inner {
|
||||
.inner-bg-large; //sidebar background
|
||||
|
||||
.page-background { //change inner background color!
|
||||
.page-background {
|
||||
background-color: @gray-background; //page background
|
||||
}
|
||||
|
||||
|
@ -194,13 +194,13 @@
|
|||
|
||||
}
|
||||
|
||||
} //inner
|
||||
}
|
||||
|
||||
/* docs */
|
||||
&.docs { //style all docs
|
||||
&.docs {
|
||||
.docs-bg-large; //sidebar background
|
||||
|
||||
.page-background { //change the sidebar background color!
|
||||
.page-background {
|
||||
background: @white; //page background
|
||||
}
|
||||
|
||||
|
@ -218,12 +218,12 @@
|
|||
margin-top: -7px;
|
||||
}
|
||||
|
||||
&.docs-home { //style docs-home
|
||||
&.docs-home {
|
||||
|
||||
|
||||
} //documentation-home
|
||||
}
|
||||
|
||||
&.docs-inner { //style docs-inner
|
||||
&.docs-inner {
|
||||
|
||||
h3 {
|
||||
color: @docs-blue;
|
||||
|
@ -252,9 +252,9 @@
|
|||
//text-transform: uppercase;
|
||||
}
|
||||
|
||||
} //documentation-inner
|
||||
}
|
||||
|
||||
} //documentation
|
||||
}
|
||||
|
||||
|
||||
&.vmware {
|
||||
|
@ -290,7 +290,7 @@
|
|||
line-height: 28px;
|
||||
}
|
||||
|
||||
} //hero hgroup
|
||||
}
|
||||
|
||||
.button {
|
||||
font-size: 18px;
|
||||
|
@ -302,9 +302,9 @@
|
|||
background-color: #F26C4F;
|
||||
}
|
||||
|
||||
} //hero-content
|
||||
}
|
||||
|
||||
} //vmware hero
|
||||
}
|
||||
|
||||
.why {
|
||||
.padded;
|
||||
|
@ -318,17 +318,17 @@
|
|||
font-size: 40px;
|
||||
line-height: 40px;
|
||||
margin-bottom: 20px;
|
||||
} //h1
|
||||
}
|
||||
|
||||
.reasons {
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
letter-spacing: 1px;
|
||||
} //h2
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 28px;
|
||||
} //p
|
||||
}
|
||||
}
|
||||
|
||||
.row {
|
||||
|
@ -339,7 +339,7 @@
|
|||
font-size: 12px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
} //why
|
||||
}
|
||||
|
||||
.pricing {
|
||||
.padded;
|
||||
|
@ -427,7 +427,7 @@
|
|||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
}
|
||||
} //.pricing
|
||||
}
|
||||
|
||||
.customers {
|
||||
.padded;
|
||||
|
@ -453,15 +453,12 @@
|
|||
}
|
||||
|
||||
ul.customer-logos {
|
||||
|
||||
li {
|
||||
|
||||
img {
|
||||
|
||||
} //img
|
||||
|
||||
} //li
|
||||
} //ul.cusotmer-logos
|
||||
}
|
||||
}
|
||||
} //page
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue