Files
bedrock/assets/css/app.css
Ben Word 8ba19a0155 Static top navbar instead of fixed
This change allows us to simplify the code in both
app.css and cleanup.php
2013-02-09 17:41:45 -06:00

80 lines
2.0 KiB
CSS

/* ==========================================================================
Base
========================================================================== */
body { }
/* =============================================================================
Header
========================================================================== */
.banner { }
/* ==========================================================================
Content
========================================================================== */
.content { }
/* ==========================================================================
Primary Content
========================================================================== */
.main { }
/* ==========================================================================
Sidebar
========================================================================== */
.sidebar { }
/* ==========================================================================
Posts
========================================================================== */
.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }
/* ==========================================================================
Footer
========================================================================== */
.content-info { }
/* ==========================================================================
WordPress Generated Classes
See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
========================================================================== */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }
/* ==========================================================================
Media Queries
========================================================================== */
@media (max-width: 767px) {
}