Created
January 18, 2015 10:03
-
-
Save martinwolf/1e52a7cbc45f67bf45c3 to your computer and use it in GitHub Desktop.
Shout Custom Theme
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
#chat, #windows .header { | |
font-size: 14px; | |
line-height: 1.6; | |
} | |
#chat .self .text { | |
color: #666; | |
} | |
@media (max-width: 479px) { | |
#chat .time { | |
display: block; | |
text-align: left; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment