This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Media queries and @import rules | |
*/ | |
@import "http://twitter.github.com/bootstrap/assets/css/bootstrap.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CSS flipping tools | |
*/ | |
/* Original code */ | |
.class { | |
padding: 1px 2px 3px 4px; | |
margin-right: 3em; | |
background: url(image.gif) no-repeat right center; | |
margin-bottom: 20px; |