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
.post-title { | |
font-size: 24px; | |
} | |
@media only screen and (min-width: 64em) { | |
.post-title { | |
font-size: 48px; | |
} | |
} |
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
.post-title { | |
font-size: 48px; | |
} | |
@media only screen and (max-width: 20em) { | |
.post-title { | |
font-size: 24px; | |
} | |
} |
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
<div class=“red”>Some text</div> |
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
.red { | |
color: #FF4136; | |
} |
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
.ie6 #footer-content .flex-control-nav li a, | |
.ie7 #footer-content .flex-control-nav li a, | |
.ie8 #footer-content .flex-control-nav li a { | |
float: left; | |
} | |
#nav.challenger-a li.menu-products { | |
float: left; | |
} |
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
.header-nav-container .header-nav-list { | |
float: left; | |
} | |
.CA .header-nav-list.second { | |
float: left; | |
} | |
#nav.challenger-a .submenu-3col li, | |
#nav.challenger-a .submenu-3col li { |
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
.left-min-scr2, | |
.left-min-scr3, | |
.left-max-scr3, | |
.left-only-scr3 { | |
float: left; | |
} |
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
.left-max-scr1, | |
.left-max-scr2, | |
.left-max-scr3, | |
.left-only-scr1 { | |
float: left; | |
} |
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
.left { | |
float: left!important; | |
} |
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
.container-inner.promo-status { | |
float: center; | |
} |
NewerOlder