summaryrefslogtreecommitdiffstats
path: root/rtems-coverage/style.css
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 01:03:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 01:03:12 +0000
commit740a0b067c5653c2e9338c45a7c94a9a65410ebc (patch)
tree3d9000173d6ddf876dc44bbfc0a7edcbc385fb1e /rtems-coverage/style.css
parent2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-740a0b067c5653c2e9338c45a7c94a9a65410ebc.tar.bz2
2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* generate_coverage_html, style.css: Tinker with CSS so it works on FF3, IE8, and Konqueror.
Diffstat (limited to 'rtems-coverage/style.css')
-rw-r--r--rtems-coverage/style.css27
1 files changed, 18 insertions, 9 deletions
diff --git a/rtems-coverage/style.css b/rtems-coverage/style.css
index 007dcdb..bec76b5 100644
--- a/rtems-coverage/style.css
+++ b/rtems-coverage/style.css
@@ -40,27 +40,36 @@ a:active {
font-size: 1.5em;
height: 140px;
padding-top: 20px;
- padding-left: 200px;
- text-align: center;
- width: 40%;
+ padding-left: 300px;
+}
+
+.heading-title {
+ text-align: center;
+ color: rgb(0,0,0);
+ font-size: 0.9em;
+ font-weight: bold;
+ padding-top: 5px;
+ padding-left: 0px;
+ text-align: center;
+ width: 100%;
}
.datetime {
color: rgb(55,55,55);
font-size: 0.8em;
padding-top: 5px;
- padding-left: 100px;
- text-align: center;
- width: 70%;
+ padding-left: 0px;
+ text-align: center;
+ width: 100%;
}
.info {
color: rgb(55,55,55);
font-size: 0.6em;
padding-top: 5px;
- padding-left: 100px;
- text-align: center;
- width: 70%;
+ padding-left: 00px;
+ text-align: center;
+ width: 100%;
}
.stats-table {