Mercurial > cosocket
view openwebchat.css @ 41:c9ba9a45f1dd
Group consecutive messages by the same author.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 27 Apr 2009 22:49:48 -0700 |
parents | 882b75e96c17 |
children | f560e6f01c22 |
line wrap: on
line source
body, textarea, input { font-family: palatino, georgia, verdana, arial, sans-serif; font-size: 10pt; line-height: 1.4em; text-align: center; } textarea { width: 40em; } textarea, input { text-align: left; border: 1px dotted black; } #content { width: 40em; text-align: left; margin: 2em auto; } h1 { font-weight: normal; line-height: 1.4em; } pre { font-family: monaco, andale mono, monospace; font-size: 9pt; white-space: pre; padding-left: 2em; } a { color: black; text-decoration: underline; } .message { } .author { padding-top: 1em; font-variant: small-caps; }