comparison 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
comparison
equal deleted inserted replaced
27:03144b0d470d 28:04377c5bf912
110 } 110 }
111 .app-logo { 111 .app-logo {
112 text-align: center; 112 text-align: center;
113 padding: 0.5em; 113 padding: 0.5em;
114 } 114 }
115 .bulletin {
116 text-align: center;
117 margin: 1em 1em;
118 padding: 1em 1em 0;
119 border: 1px solid black;
120 }
121 .bulletin h3 {
122 background-image: url(../icons/asterisk_orange.png);
123 background-position: center left;
124 background-repeat: no-repeat;
125 }
126 .bulletin .bulletin-meta {
127 font-size: x-small;
128 color: gray;
129 text-align: right;
130 }