summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 02:46:45 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 02:46:45 -0600
commit159992a5fa3456e036888c9e9d8a06409f272db6 (patch)
tree4c1f5ca672981d506cd2c0ce36bd27e92c4cd608 /css
parent468e9a700736166f175b974e185d24d0d2a4f33e (diff)
downloadpathery-159992a5fa3456e036888c9e9d8a06409f272db6.tar.xz
Added champion points to leaderboard page
Diffstat (limited to 'css')
-rw-r--r--css/stats.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/stats.css b/css/stats.css
index ab4cb96..23a6003 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -112,3 +112,13 @@ td, th {
white-space:nowrap;
}
+.wrapper .col1 #myPoints
+{
+ text-align: center;
+ color: #00DDFF;
+}
+
+.wrapper .col1 #myPoints #myPointsValue
+{
+ font-weight: bold;
+} \ No newline at end of file