Created
April 17, 2011 11:38
-
-
Save dtinth/923964 to your computer and use it in GitHub Desktop.
thaiWitter Custom CSS: inline-block
This file contains hidden or 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
/* Custom CSS */ | |
.changeset { | |
display: inline; | |
} | |
.status { | |
display: inline-block; | |
width: 320px; | |
vertical-align: top; | |
font-size: 20px; | |
-moz-box-sizing: border-box; | |
padding: 20px; | |
line-height: 1.4; | |
} | |
.status-selected { | |
-moz-box-shadow: 0 1px 10px #090807; | |
-moz-border-radius: 10px; | |
text-shadow: 0 -1px 0 rgba(0,0,0,0.2); | |
} | |
.tweet-area { | |
font-size: 25px; | |
text-align: center; | |
padding-top: 15px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment