Created
December 19, 2012 19:18
-
-
Save moduscreate/4339622 to your computer and use it in GitHub Desktop.
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 all and (max-device-width: 800px) { | |
.global-toc .global-toc-featured-story .x-innerhtml { | |
border: 1px solid #F00; | |
} | |
} | |
@media all and (max-device-width: 600px) { | |
.global-toc .global-toc-featured-story .x-innerhtml { | |
border: 1px solid #0F0; | |
} | |
} | |
@media all and (max-device-width: 1200px) { | |
.global-toc .global-toc-featured-story .x-innerhtml { | |
border: 1px solid #00F; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment