Mercurial > public > sg101
diff media/css/base.css @ 28:04377c5bf912
Added bulletins template tag.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 22 Apr 2009 00:34:42 +0000 |
parents | db40c2754580 |
children | 74f04122295e |
line wrap: on
line diff
--- a/media/css/base.css Tue Apr 21 23:25:05 2009 +0000 +++ b/media/css/base.css Wed Apr 22 00:34:42 2009 +0000 @@ -112,3 +112,19 @@ text-align: center; padding: 0.5em; } +.bulletin { + text-align: center; + margin: 1em 1em; + padding: 1em 1em 0; + border: 1px solid black; +} +.bulletin h3 { + background-image: url(../icons/asterisk_orange.png); + background-position: center left; + background-repeat: no-repeat; +} +.bulletin .bulletin-meta { + font-size: x-small; + color: gray; + text-align: right; +}