Spaces:
Runtime error
Runtime error
Commit
·
9a14053
1
Parent(s):
00a1742
update
Browse files
src/display/css_html_js.py
CHANGED
|
@@ -33,6 +33,10 @@ custom_css = """
|
|
| 33 |
text-align: center;
|
| 34 |
}
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
#leaderboard-table-lite {
|
| 37 |
margin-top: 15px
|
| 38 |
}
|
|
|
|
| 33 |
text-align: center;
|
| 34 |
}
|
| 35 |
|
| 36 |
+
#leaderboard-table table td:first-child {
|
| 37 |
+
text-align: right;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
#leaderboard-table-lite {
|
| 41 |
margin-top: 15px
|
| 42 |
}
|