This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-browserchannel/chat-demo/resources/public/css/default.css

20 lines
324 B
CSS
Raw Normal View History

2012-04-07 15:02:07 -04:00
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: #8fb3fc;
}
#room {
border: 3px solid #5780d7;
background-color: #f4eeee;
min-height: 10em;
}
#type-bar {
padding: 3px;
background-color: #62b031;
}
.about {
padding: 3px;
background-color: #90db46;
}