aboutsummaryrefslogtreecommitdiffstats
path: root/g
diff options
context:
space:
mode:
Diffstat (limited to 'g')
-rw-r--r--g/style/all.css11
-rw-r--r--g/style/screen.css11
2 files changed, 22 insertions, 0 deletions
diff --git a/g/style/all.css b/g/style/all.css
index bc7c03fe5..9d93f65db 100644
--- a/g/style/all.css
+++ b/g/style/all.css
@@ -75,4 +75,15 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666;
}
#pp_form_btn {
text-align: center;
+}
+
+ul.ty-ppl-list {
+ -moz-column-count: 3; -webkit-column-count: 3;
+ -moz-column-gap: 1em; -webkit-column-gap: 1em;
+ font-size: 90%;
+ margin: 1em 0 4em 1em;
+ padding: 0;
+}
+ul.ty-ppl-list li:before {
+ content: "\00BB \0020";
} \ No newline at end of file
diff --git a/g/style/screen.css b/g/style/screen.css
index 5cf55d290..ed0dd9b95 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -63,4 +63,15 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666;
}
#pp_form_btn {
text-align: center;
+}
+
+ul.ty-ppl-list {
+ -moz-column-count: 3; -webkit-column-count: 3;
+ -moz-column-gap: 1em; -webkit-column-gap: 1em;
+ font-size: 90%;
+ margin: 1em 0 4em 1em;
+ padding: 0;
+}
+ul.ty-ppl-list li:before {
+ content: "\00BB \0020";
} \ No newline at end of file