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