Files
greptweet/style.css
2011-11-29 17:59:46 +08:00

25 lines
322 B
CSS

body {
font: 1.2em 'Lucida Grande',sans-serif;
}
footer {
font-size: small; margin: 2em;
}
input[type=text] {
font-size: 2em;
border:1px solid #A78B53;
}
button {
font-size: 3em;
}
.twtr-widget { float: right; }
#users li { display: inline; }
#twitter { background: green; border-radius: 1em; padding: 1em; }