diff --git a/CHANGELOG.md b/CHANGELOG.md index db764c4..b5fe5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ### HEAD +* Replace ID's with classes * Add support for dynamic sidebar templates * Fix PHP notice on search with no results * Update to jQuery 1.9.0 diff --git a/assets/css/app.css b/assets/css/app.css index e075905..7446a03 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -10,7 +10,7 @@ body { } Header ========================================================================== */ -#banner { } +.banner { } /* Fixed Topbar Navigation */ body.top-navbar { padding-top: 60px; } @@ -22,7 +22,7 @@ body.admin-bar .navbar-fixed-top { top: 28px; } Content ========================================================================== */ -#content { } +.content { } @@ -30,7 +30,7 @@ body.admin-bar .navbar-fixed-top { top: 28px; } Primary Content ========================================================================== */ -#main { } +.main { } @@ -38,7 +38,7 @@ body.admin-bar .navbar-fixed-top { top: 28px; } Sidebar ========================================================================== */ -#sidebar { } +.sidebar { } @@ -48,7 +48,7 @@ body.admin-bar .navbar-fixed-top { top: 28px; } .hentry header { } .hentry time { } -.hentry p.byline { } +.hentry .byline { } .hentry .entry-content { } .hentry footer { } @@ -58,7 +58,7 @@ body.admin-bar .navbar-fixed-top { top: 28px; } Footer ========================================================================== */ -#content-info { } +.content-info { } diff --git a/base.php b/base.php index 89d618b..5a661b7 100644 --- a/base.php +++ b/base.php @@ -12,18 +12,18 @@ } ?> -