diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 02:46:45 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 02:46:45 -0600 |
commit | 159992a5fa3456e036888c9e9d8a06409f272db6 (patch) | |
tree | 4c1f5ca672981d506cd2c0ce36bd27e92c4cd608 /css/stats.css | |
parent | 468e9a700736166f175b974e185d24d0d2a4f33e (diff) | |
download | pathery-159992a5fa3456e036888c9e9d8a06409f272db6.tar.xz |
Added champion points to leaderboard page
Diffstat (limited to 'css/stats.css')
-rw-r--r-- | css/stats.css | 10 |
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 |