Skip to content

Instantly share code, notes, and snippets.

@dtinth
Created April 17, 2011 11:38
Show Gist options
  • Save dtinth/923964 to your computer and use it in GitHub Desktop.
Save dtinth/923964 to your computer and use it in GitHub Desktop.
thaiWitter Custom CSS: inline-block
/* 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