Merge pull request #674 from google/issue-672

Getting started regression fix
master
Addy Osmani 2015-07-03 16:21:00 +01:00
commit 34aff79f5a
1 changed files with 14 additions and 15 deletions

View File

@ -417,7 +417,6 @@ body:not(.about) .mdl-navigation__link.download > button {
/* Override */ /* Override */
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
} }
.docs-text-styling ol li { .docs-text-styling ol li {
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
} }
@ -604,6 +603,7 @@ _:-ms-input-placeholder, :root .snippet-group .snippet-captions .snippet-caption
} }
.snippet-group .snippet-code { .snippet-group .snippet-code {
position: relative; position: relative;
overflow: hidden;
} }
.snippet-group .snippet-code pre { .snippet-group .snippet-code pre {
margin: 0; margin: 0;
@ -853,18 +853,25 @@ code[class*=language-], pre[class*=language-] {
width: 640px; width: 640px;
box-sizing: border-box; box-sizing: border-box;
} }
.started .docs-layout .content section {
max-width: 960px;
margin: 0 auto;
}
.started a, .started a,
.about a, .about a,
.customize a { .customize a {
color: #00BCD4; color: #00BCD4;
} }
.started .content h3 { .started .content h3,
.started .content h4 {
display: table-cell; display: table-cell;
width: 140px;
font-size: 15px; font-size: 15px;
font-weight: bold;
padding-right: 60px; padding-right: 60px;
line-height: 25px; line-height: 25px;
text-transform: none;
}
.started .content h3 {
width: 140px;
} }
.started .content section { .started .content section {
margin-bottom: 30px; margin-bottom: 30px;
@ -902,12 +909,6 @@ code[class*=language-], pre[class*=language-] {
.started .mdl-tabs { .started .mdl-tabs {
margin-bottom: 22px; margin-bottom: 22px;
} }
.started .content h4 {
font-size: 15px;
font-weight: bold;
margin-bottom: 5px;
margin-top: 20px;
}
.started .content .mdl-tabs__panel { .started .content .mdl-tabs__panel {
padding-top: 10px; padding-top: 10px;
} }
@ -941,6 +942,7 @@ code[class*=language-], pre[class*=language-] {
.started pre { .started pre {
width: 640px; width: 640px;
box-sizing: border-box; box-sizing: border-box;
position: relative;
} }
.started .snippet-group { .started .snippet-group {
max-width: 640px; max-width: 640px;
@ -950,13 +952,10 @@ code[class*=language-], pre[class*=language-] {
.started .chapter-toc { .started .chapter-toc {
display: block; display: block;
} }
.started .content h3 { .started .content h3,
.started .content h4 {
display: block; display: block;
width: auto; width: auto;
font-size: 15px;
font-weight: bold;
padding-right: 60px;
line-height: 25px;
} }
.started .section-content { .started .section-content {
display: block; display: block;