annotate htdocs/build.css @ 74:1d4fa4c32afa

Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
author cmlenz
date Tue, 05 Jul 2005 11:12:17 +0000
parents
children ffa1ffd8c7db
rev   line source
74
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
1 /* Timeline styles */
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
2 #content.timeline dt.successbuild, #content.timeline dt.successbuild a,
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
3 #content.timeline dt.failedbuild, #content.timeline dt.failedbuild a {
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
4 background-image: url(build.png) !important
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
5 }
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
6
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
7 #content.build form.config td.active { vertical-align: bottom; }
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
8 #content.build form.platforms ul { list-style: none; padding-left: 1em; }
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
9
1d4fa4c32afa Add template and static resources, hooked up using the new {{{ITemplateProvider}}} extension point in Trac.
cmlenz
parents:
diff changeset
10 #content.build #builds { margin-top: 2em; }
Copyright (C) 2012-2017 Edgewall Software