comparison pylons_app/public/hg_static/style-monoblue.css @ 50:73f413946c14

user managment implementation continued update/delete/create works + templating changes
author Marcin Kuzminski <marcin@python-blog.com>
date Thu, 08 Apr 2010 03:22:32 +0200
parents 8e250e86a670
children
comparison
equal deleted inserted replaced
49:3ada2f409c1c 50:73f413946c14
171 background: #FFF; 171 background: #FFF;
172 font-size: 1.2em; 172 font-size: 1.2em;
173 border-top: dotted 1px #D5E1E6; 173 border-top: dotted 1px #D5E1E6;
174 font-weight: bold; 174 font-weight: bold;
175 } 175 }
176
176 h2.no-link { 177 h2.no-link {
177 color:#006699; 178 color:#006699;
178 } 179 }
179 h2.no-border { 180 h2.no-border {
180 color: #FFF; 181 color: #FFF;
182 border: 0; 183 border: 0;
183 } 184 }
184 h2 a { 185 h2 a {
185 font-weight:bold; 186 font-weight:bold;
186 color:#006699; 187 color:#006699;
188 }
189 h3 {
190 margin: 20px 0 10px;
191 height: 30px;
192 line-height: 30px;
193 text-indent: 20px;
194 background: #FFF;
195 font-size: 1.1em;
196 font-weight: bold;
187 } 197 }
188 198
189 div.page-path { 199 div.page-path {
190 text-align: right; 200 text-align: right;
191 padding: 20px 30px 10px 0; 201 padding: 20px 30px 10px 0;