Files
greptweet/style.css
Kai Hendry 7fe2336929 tweaks
2011-11-30 17:04:45 +08:00

19 lines
221 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;
}
#users li { display: inline; }