summaryrefslogtreecommitdiff
path: root/web/public
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-01 13:40:12 +0100
committerJochen Topf <jochen@topf.org>2012-01-01 13:40:12 +0100
commit075f955e1b5b49cee33477ba979385af60b17885 (patch)
treec09e9d3575407891e4753dd22e449c03fec0fd00 /web/public
parent2412079b7b4908f286a8c4f1b9172809de412b29 (diff)
downloadtaginfo-075f955e1b5b49cee33477ba979385af60b17885.tar
taginfo-075f955e1b5b49cee33477ba979385af60b17885.tar.gz
Move some source pages into reports.
Diffstat (limited to 'web/public')
-rw-r--r--web/public/css/taginfo.css13
1 files changed, 3 insertions, 10 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css
index 1abac58..d90d2b1 100644
--- a/web/public/css/taginfo.css
+++ b/web/public/css/taginfo.css
@@ -290,10 +290,7 @@ div.bar {
/* ========== */
table.list {
- background-image: url('/img/bg-green.png');
- background-position: 0 -2px;
- background-repeat: repeat-x;
- background-color: #b0f0b0;
+ background-color: #fbfbff0;
border-collapse: collapse;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
@@ -303,22 +300,18 @@ table.list {
}
table.list th {
+ background-color: rgb(85%,85%,85%);
padding: 4px;
font-weight: normal;
vertical-align: top;
}
table.list td {
- background-color: #ffffff;
+ background-color: rgb(90%,90%,90%);
padding: 4px 10px;
vertical-align: top;
}
-table.list td.border {
- background-color: #b0f0b0;
- padding: 4px;
-}
-
/* ========== */
table.reports {