Mercurial > bitten > bitten-test
view htdocs/build.css @ 98:1d9dc07acd3d
Use {{{in req.args}}} instead of {{{in req.args.keys()}}}.
author | cmlenz |
---|---|
date | Sun, 17 Jul 2005 21:24:57 +0000 |
parents | dc1c7fc9b915 |
children |
line wrap: on
line source
/* Timeline styles */ #content.timeline dt.successbuild, #content.timeline dt.successbuild a, #content.timeline dt.failedbuild, #content.timeline dt.failedbuild a { background-image: url(build.png) !important } #content.build form.config td.active { vertical-align: bottom; } #content.build form.platforms ul { list-style: none; padding-left: 1em; } #content.build #builds { margin-top: 2em; } #content.build #builds th.rev { width: 6em; } #content.build #builds td :link, #content.build #builds td :visited { font-weight: bold; } #content.build #builds td.completed { background: #9d9; } #content.build #builds td.failed { background: #d99; } #content.build #builds td.in-progress { background: #ff9; } #content.build pre.log { overflow: auto; white-space: pre; }