h5bp updates

This commit is contained in:
Ben Word
2011-08-28 13:19:34 -06:00
parent f7a149962c
commit 135995305b
2 changed files with 25 additions and 25 deletions

View File

@@ -533,6 +533,24 @@ img.ui-datepicker-trigger { vertical-align: middle; }
.wp-caption-text { margin: 0; }
/* =============================================================================
PLACEHOLDER Media Queries for Responsive Design.
These override the primary ('mobile first') styles
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */
}
/* =============================================================================
Non-semantic helper classes
Please define your styles before this section.
@@ -552,25 +570,7 @@ img.ui-datepicker-trigger { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* =============================================================================
PLACEHOLDER Media Queries for Responsive Design.
These override the primary ('mobile first') styles
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */
}
.clearfix { *zoom: 1; }