Merge pull request #135 from ParinParikh/master

Fixed the article section by adding padding
master
Addy Osmani 2014-06-21 18:32:42 +01:00
commit a7fed47796
2 changed files with 4 additions and 7 deletions

View File

@ -7,12 +7,12 @@
.articles-section {
background: $colorGrayBackground;
text-align: center;
padding: $lineHeight 0 $lineHeight*4;
}
.articles-count {
color: $colorBlue;
font-family: $fontHighlight;
margin-top: -($lineHeight*2);
font-weight: 400;
}

View File

@ -1,6 +1,6 @@
/**
*
* Main Stylesheet
* Main Stylesheet For Visual Style Guide
*
**/
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,900");
@ -1136,12 +1136,12 @@ pre {
.articles-section {
background: #f0f0f0;
text-align: center;
padding: 26px 0 104px;
}
.articles-count {
color: #3372df;
font-family: "Roboto Condensed", Helvetica, sans-serif;
margin-top: -52px;
font-weight: 400;
}
@ -2060,10 +2060,7 @@ ol > li:nth-child(10n) ~ li:before, ol > li:nth-child(10n):before {
content: counter(list);
}
ul ol {
padding-top: 0;
}
ul ol,
ol ul {
padding-top: 0;
}