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