Skip to content

Commit

Permalink
Addition of increased specificity for float override and blockquotes …
Browse files Browse the repository at this point in the history
…in Grids mobile CSS.
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Mar 1, 2013
1 parent f934400 commit 6610b0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/grids/sass/includes/_util-mobile.scss
Expand Up @@ -16,6 +16,14 @@
margin: 0 !important;
}

blockquote {
.float-right, .float-left {
width: auto;
float: none;
margin-left: 0;
}
}

[class*=width-] {
width: auto !important;
}
Expand Down

0 comments on commit 6610b0c

Please sign in to comment.