Updated Sass and CSS files to remove numbered TOC structure for added flexibility

This commit is contained in:
Hugo Baeta 2015-03-21 01:30:00 -07:00 committed by Konstantin Obenland
parent 68fb7912ef
commit 70b8baf2ed
5 changed files with 76 additions and 76 deletions

View file

@ -22,29 +22,29 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions
12.2 Galleries
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Asides
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
@ -263,7 +263,7 @@ th {
}
/*--------------------------------------------------------------
2.0 Typography
# Typography
--------------------------------------------------------------*/
body,
button,
@ -342,7 +342,7 @@ big {
}
/*--------------------------------------------------------------
3.0 Elements
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
@ -415,7 +415,7 @@ table {
}
/*--------------------------------------------------------------
4.0 Forms
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
@ -488,10 +488,10 @@ textarea {
}
/*--------------------------------------------------------------
5.0 Navigation
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
## Links
--------------------------------------------------------------*/
a {
color: royalblue;
@ -517,7 +517,7 @@ a:active {
}
/*--------------------------------------------------------------
5.2 Menus
## Menus
--------------------------------------------------------------*/
.main-navigation {
clear: both;
@ -625,7 +625,7 @@ a:active {
}
/*--------------------------------------------------------------
6.0 Accessibility
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
@ -659,7 +659,7 @@ a:active {
}
/*--------------------------------------------------------------
7.0 Alignments
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
@ -681,7 +681,7 @@ a:active {
}
/*--------------------------------------------------------------
8.0 Clearings
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
@ -709,7 +709,7 @@ a:active {
}
/*--------------------------------------------------------------
9.0 Widgets
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
@ -726,10 +726,10 @@ a:active {
}
/*--------------------------------------------------------------
10.0 Content
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
@ -761,7 +761,7 @@ a:active {
}
/*--------------------------------------------------------------
10.2 Asides
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
@ -769,7 +769,7 @@ a:active {
}
/*--------------------------------------------------------------
10.3 Comments
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
@ -780,7 +780,7 @@ a:active {
}
/*--------------------------------------------------------------
11.0 Infinite scroll
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
@ -794,7 +794,7 @@ a:active {
}
/*--------------------------------------------------------------
12.0 Media
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
@ -813,7 +813,7 @@ object {
}
/*--------------------------------------------------------------
12.1 Captions
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
@ -834,7 +834,7 @@ object {
}
/*--------------------------------------------------------------
12.2 Galleries
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;