summaryrefslogtreecommitdiffstats
path: root/assets/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/common.css')
-rw-r--r--assets/common.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/assets/common.css b/assets/common.css
index d72463d..328ca2d 100644
--- a/assets/common.css
+++ b/assets/common.css
@@ -33,15 +33,28 @@
margin-bottom: 1em;
}
table {
+ border-collapse: collapse;
+ }
+ table.old {
border-collapse: separate;
- border-spacing: 1px;
}
table.translation td {
padding-left: 0.5em;
padding-right: 0.5em;
}
- td, dt {
+ td, th {
+ background-color: #f9f9f9;
+ border: 1px solid #aaa;
+ padding: 0.2em;
+ }
+ dt, .old td {
background-color: #eee;
+ padding: 0.2em;
+ border: 0px;
+ }
+ th {
+ background-color: #f2f2f2;
+ text-align: center;
}
pre {
font-size: 8pt;