[dw-nonfree] Tropo: CSS-style support/highscores.bml
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/c0bfccbdee8b]
http://bugs.dwscoalition.org/show_bug.cgi?id=606
Style the support high scores table in Tropospherical styles.
Patch by
snakeling.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=606
Style the support high scores table in Tropospherical styles.
Patch by
Files modified:
- htdocs/stc/tropo/purple.css
- htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r ee5bf381700f -r c0bfccbdee8b htdocs/stc/tropo/purple.css
--- a/htdocs/stc/tropo/purple.css Mon May 18 00:26:17 2009 +0000
+++ b/htdocs/stc/tropo/purple.css Mon May 18 00:36:16 2009 +0000
@@ -773,6 +773,14 @@ table.editfilters td {
margin-bottom: 2em;
}
+
+/* Support Highscores */
+
+table#support-highscores {
+ line-height: 2.2;
+}
+
+
/* Inbox - Compose */
.inbox-compose {
diff -r ee5bf381700f -r c0bfccbdee8b htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css Mon May 18 00:26:17 2009 +0000
+++ b/htdocs/stc/tropo/red.css Mon May 18 00:36:16 2009 +0000
@@ -795,6 +795,13 @@ table.editfilters td {
}
+/* Support Highscores */
+
+table#support-highscores {
+ line-height: 2.2;
+}
+
+
/* manage/invitecodes.bml */
.invitecodes td {
--------------------------------------------------------------------------------
