Twenty Seventeen: Adds numbers to the table of contents in style.css

Props karmatosed.

Fixes #38767.

Built from https://develop.svn.wordpress.org/trunk@39216


git-svn-id: http://core.svn.wordpress.org/trunk@39156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
David A. Kennedy 2016-11-13 23:45:32 +00:00
parent d902f1f167
commit 126c7e4c72
2 changed files with 55 additions and 55 deletions

View File

@ -17,35 +17,37 @@ Use it to make something cool, have fun, and share what you've learned with othe
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Formatting
# Lists
# Tables
# Links
# Featured Image Hover
# Navigation
# Layout
## Header
## Front Page
## Regular Content
## Posts
## Pages
## Footer
# Comments
# Widgets
# Media
## Galleries
# Customizer
# Media Queries
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
13.1 Header
13.2 Front Page
13.3 Regular Content
13.4 Posts
13.5 Pages
13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@ -295,7 +297,7 @@ template {
}
/*--------------------------------------------------------------
# Accessibility
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
@ -332,7 +334,7 @@ template {
}
/*--------------------------------------------------------------
# Alignments
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
@ -355,7 +357,7 @@ template {
}
/*--------------------------------------------------------------
# Clearings
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
@ -406,7 +408,7 @@ template {
}
/*--------------------------------------------------------------
# Typography
5.0 Typography
--------------------------------------------------------------*/
body,
@ -900,7 +902,7 @@ html[lang="th"] * {
}
/*--------------------------------------------------------------
# Forms
6.0 Forms
--------------------------------------------------------------*/
label {
@ -1061,7 +1063,7 @@ input[type="submit"].secondary:focus {
}
/*--------------------------------------------------------------
# Formatting
7.0 Formatting
--------------------------------------------------------------*/
hr {
@ -1072,7 +1074,7 @@ hr {
}
/*--------------------------------------------------------------
# Lists
8.0 Lists
--------------------------------------------------------------*/
ul,
@ -1104,7 +1106,7 @@ dd {
}
/*--------------------------------------------------------------
# Tables
9.0 Tables
--------------------------------------------------------------*/
table {
@ -1142,7 +1144,7 @@ td:last-child {
}
/*--------------------------------------------------------------
# Links
10.0 Links
--------------------------------------------------------------*/
a {
@ -1273,7 +1275,7 @@ a:hover .nav-title,
}
/*--------------------------------------------------------------
# Featured Image Hover
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
@ -1292,7 +1294,7 @@ a:hover .nav-title,
}
/*--------------------------------------------------------------
# Navigation
12.0 Navigation
--------------------------------------------------------------*/
.navigation-top {
@ -1483,7 +1485,7 @@ a:hover .nav-title,
}
/*--------------------------------------------------------------
# Layout
13.0 Layout
--------------------------------------------------------------*/
html {
@ -1526,7 +1528,7 @@ body {
}
/*--------------------------------------------------------------
## Header
13.1 Header
--------------------------------------------------------------*/
#masthead .wrap {
@ -1700,7 +1702,7 @@ body:not(.has-header-image) .custom-header-image {
}
/*--------------------------------------------------------------
## Front Page
13.2 Front Page
--------------------------------------------------------------*/
.twentyseventeen-front-page .site-content {
@ -1789,7 +1791,7 @@ body:not(.has-header-image) .custom-header-image {
}
/*--------------------------------------------------------------
## Regular Content
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
@ -1802,7 +1804,7 @@ body:not(.has-header-image) .custom-header-image {
}
/*--------------------------------------------------------------
## Posts
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
@ -2141,7 +2143,6 @@ body:not(.twentyseventeen-front-page) .entry-header {
width: 20px;
}
/* Post Navigation */
.post-navigation {
@ -2183,7 +2184,7 @@ body:not(.twentyseventeen-front-page) .entry-header {
}
/*--------------------------------------------------------------
## Pages
13.5 Pages
--------------------------------------------------------------*/
.page-header {
@ -2217,7 +2218,7 @@ body:not(.twentyseventeen-front-page) .entry-header {
}
/*--------------------------------------------------------------
## Footer
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
@ -2299,7 +2300,7 @@ body:not(.twentyseventeen-front-page) .entry-header {
}
/*--------------------------------------------------------------
# Comments
14.0 Comments
--------------------------------------------------------------*/
#comments {
@ -2418,7 +2419,7 @@ body:not(.twentyseventeen-front-page) .entry-header {
}
/*--------------------------------------------------------------
# Widgets
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
@ -2670,7 +2671,7 @@ h2.widget-title {
}
/*--------------------------------------------------------------
# Media
16.0 Media
--------------------------------------------------------------*/
img,
@ -2879,7 +2880,7 @@ object {
}
/*--------------------------------------------------------------
## Galleries
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
@ -2932,7 +2933,7 @@ object {
}
/*--------------------------------------------------------------
# Customizer
17.0 Customizer
--------------------------------------------------------------*/
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
@ -2996,9 +2997,8 @@ object {
-1px 0 1px rgba(0,0,0,.2);
}
/*--------------------------------------------------------------
## SVGs Fallbacks
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
@ -3061,7 +3061,7 @@ object {
}
/*--------------------------------------------------------------
## Media Queries
19.0 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 30em) {
@ -3987,7 +3987,7 @@ object {
}
/*--------------------------------------------------------------
# Print
20.0 Print
--------------------------------------------------------------*/
@media print {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta3-39215';
$wp_version = '4.7-beta3-39216';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.