mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 12:41:04 -05:00
21 lines
283 B
CSS
21 lines
283 B
CSS
body {
|
|
font: 1.2em 'Lucida Grande',sans-serif;
|
|
}
|
|
|
|
footer {
|
|
font-size: small; margin: 2em;
|
|
|
|
}
|
|
|
|
input {
|
|
font-size: 2em;
|
|
border:1px solid #A78B53;
|
|
}
|
|
|
|
|
|
.twtr-widget { float: right; }
|
|
|
|
#users li { display: inline; }
|
|
|
|
#twitter { background: green; border-radius: 1em; padding: 1em; }
|