summaryrefslogtreecommitdiff
path: root/translator/styles.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-18 18:04:51 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-18 18:04:51 +0000
commit0b6a58bd7036592aedccf68c76210fda200ea0bf (patch)
tree82398d1cc4c21699cd7070fdb8adce8c9abe71a1 /translator/styles.css
parent3eb9543dda49483e7be47d925f035743973b4eba (diff)
Use update_from_svn() to get localization files for stats;
Store stats file in (writeable) localization folder; Increase cache time to 12 hours; Some style tweaks git-svn-id: https://svn.roundcube.net/trunk@2178 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'translator/styles.css')
-rw-r--r--translator/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/translator/styles.css b/translator/styles.css
index 49e884df5..e37211b73 100644
--- a/translator/styles.css
+++ b/translator/styles.css
@@ -103,7 +103,7 @@ table.stats td {
table.langstats {
width: 300px;
border-collapse: collapse;
- border: 1px #999 solid;
+ border: 1px #bbb solid;
}
td.lang {
@@ -119,7 +119,7 @@ td.percent {
}
td.zebra {
- background-color: silver;
+ background-color: #eaeaea;
}
/*****************/