aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g/style/all.css4
-rw-r--r--g/style/screen.css4
2 files changed, 6 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css
index f3d8bf709..3235962fc 100644
--- a/g/style/all.css
+++ b/g/style/all.css
@@ -122,6 +122,8 @@ hr {
line-height: 76px;
}
+.hl > li { margin-bottom: 0.6em; }
+
ul#people {
height: 300px;
overflow: auto;
@@ -228,7 +230,7 @@ table#fr-table td.money { text-align: right; }
vertical-align: top;
}
.dlt2 tfoot td a { color: #aaa; }
-.dlt2 .pop span { display: block; height: 10px; background: #ccc; color: transparent; }
+.dlt2 .pop span { display: block; height: 11px; background: #ccc; color: transparent; }
.dlt2 .pop span.pop_0 { width: 0; }
.dlt2 .pop span.pop_1 { width: 5px; }
span.pop_2 { width: 10px; }
diff --git a/g/style/screen.css b/g/style/screen.css
index 897b86fe9..71d5e5a3f 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -110,6 +110,8 @@ hr {
line-height: 76px;
}
+.hl > li { margin-bottom: 0.6em; }
+
ul#people {
height: 300px;
overflow: auto;
@@ -216,7 +218,7 @@ table#fr-table td.money { text-align: right; }
vertical-align: top;
}
.dlt2 tfoot td a { color: #aaa; }
-.dlt2 .pop span { display: block; height: 10px; background: #ccc; color: transparent; }
+.dlt2 .pop span { display: block; height: 11px; background: #ccc; color: transparent; }
.dlt2 .pop span.pop_0 { width: 0; }
.dlt2 .pop span.pop_1 { width: 5px; }
span.pop_2 { width: 10px; }