summaryrefslogtreecommitdiffstats
path: root/css/stats.css
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 14:41:12 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 14:41:12 -0600
commit3917765f10b0a3024634bef1ff0c49d700abdfa1 (patch)
tree9655bc259e97bd9ee260da78c2cc87186ba51141 /css/stats.css
parent5e0a7d186ceced61f0c3b4c919332aa7b5cd33aa (diff)
downloadpathery-3917765f10b0a3024634bef1ff0c49d700abdfa1.tar.xz
Fixed minor CSS issue with leaderboard page
Diffstat (limited to 'css/stats.css')
-rw-r--r--css/stats.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/stats.css b/css/stats.css
index 23a6003..d262a75 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -112,13 +112,13 @@ td, th {
white-space:nowrap;
}
-.wrapper .col1 #myPoints
+.wrapper .col1 .myPoints
{
text-align: center;
color: #00DDFF;
}
-.wrapper .col1 #myPoints #myPointsValue
+.wrapper .col1 .myPoints .myPointsValue
{
font-weight: bold;
} \ No newline at end of file