summaryrefslogtreecommitdiff
path: root/rtems-coverage/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-coverage/style.css')
-rw-r--r--rtems-coverage/style.css23
1 files changed, 18 insertions, 5 deletions
diff --git a/rtems-coverage/style.css b/rtems-coverage/style.css
index 667100b..c715518 100644
--- a/rtems-coverage/style.css
+++ b/rtems-coverage/style.css
@@ -1,4 +1,4 @@
-body {
+body {
background: rgb(253,253,253);
color: rgb(0,0,0);
font-family: helvetica, sans-serif;
@@ -8,14 +8,14 @@ body {
padding: 0;
}
-a:link {
+a:link {
color: rgb(180, 50, 50);
font-family: helvetica, sans-serif;
font-size: 1.0em;
}
-a:visited {
- color: purple;
+a:visited {
+ color: purple;
font-family: helvetica, sans-serif;
font-size: 1.0em;
}
@@ -27,7 +27,7 @@ a:hover {
}
a:active {
- color: red;
+ color: red;
font-family: helvetica, sans-serif;
font-size: 1.0em;
}
@@ -182,3 +182,16 @@ a:active {
margin-top: 10px;
width: 40%;
}
+th.table-sortable {
+ background-image:url("unsorted.gif");
+ cursor: pointer;
+ background-position: center left;
+ background-repeat: no-repeat;
+ padding-left: 15px;
+}
+th.table-sorted-asc {
+ background-image:url("descending.gif");
+}
+th.table-sorted-desc {
+ background-image:url("ascending.gif");
+} \ No newline at end of file