This commit is contained in:
connors 2014-02-28 10:25:39 -08:00
Родитель 3c770cefa6
Коммит d5e1854d7b
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -286,6 +286,8 @@ body {
color: #fff;
line-height: 38px;
}
// Desktop header content
@media screen and (min-width: 768px) {
.docs-header-content {
top: 30%;
@ -381,6 +383,8 @@ body {
opacity: .7;
}
}
// Desktop: Left align the text
@media screen and (min-width: 768px) {
.docs-sub-content {
margin-right: 380px;
@ -391,6 +395,7 @@ body {
// Content sections
// --------------------------------------------------
.docs-section {
padding-top: 80px;
padding-bottom: 80px;
@ -409,6 +414,8 @@ body {
color: #777;
font-weight: 100;
}
// Desktop: Section headings
@media screen and (min-width: 768px) {
.section-heading {
margin-top: 50px;
@ -420,6 +427,7 @@ body {
}
}
// Steps
// --------------------------------------------------
@ -564,6 +572,7 @@ body {
overflow: hidden;
}
// Platform toggle
// --------------------------------------------------
@ -599,6 +608,7 @@ body {
}
}
// Example devices
// --------------------------------------------------
@ -651,6 +661,7 @@ body {
}
}
// Components
// --------------------------------------------------
@ -902,6 +913,7 @@ code {
}
}
// Example device
// --------------------------------------------------