Skip to content

Instantly share code, notes, and snippets.

@ChrisCree
Last active December 31, 2015 16:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisCree/8016531 to your computer and use it in GitHub Desktop.
Save ChrisCree/8016531 to your computer and use it in GitHub Desktop.
These are the changes to the CSS Genesis made in version 2.0. The XHTML selectors are listed on the left and the new HTML5 selectors are listed on the right.
/* Structural
--------------------------------------------- */
#wrap .site-container
#inner .site-inner
#content-sidebar-wrap .content-sidebar-wrap
#content .content
/* Header
--------------------------------------------- */
#header .site-header
#title-area .title-area
#title .site-title
#description .site-description
/* Navigation
--------------------------------------------- */
#nav .nav-primary
#subnav .nav-secondary
.navigation .pagination
/* Author box
--------------------------------------------- */
.author-box strong .author-box-title
.author-box p .author-box-content
/* Entry meta
--------------------------------------------- */
.hentry .entry
.post-info .entry-header .entry-meta
.post-meta .entry-footer .entry-meta
.date .entry-time
.author .entry-author
.post-comments .entry-comments-link
.categories .entry-categories
.tags .entry-tags
/* Comments
--------------------------------------------- */
#comments .entry-comments
.comment-author cite .comment-author span
.commentmetadata .comment-meta
.reply .comment-reply
#respond .comment-respond
/* Sidebars
--------------------------------------------- */
#sidebar-alt .sidebar-secondary
#sidebar .sidebar-primary
/* Footer
--------------------------------------------- */
#footer-widgets .footer-widgets
#footer .site-footer
/* Search Form
--------------------------------------------- */
.searchform .search-form
.search-input .search-form input[type="search"]
.searchsubmit .search-form input[type="submit"]
.s .search-form input[type="search"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment