diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 03:57:32 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 03:57:32 -0600 |
commit | f7b36706f5a63958e2fdc4ca637297e93a580be4 (patch) | |
tree | 71da3703e31576459b2e5f1da27cada9ba014075 /pages | |
parent | ba050a8f540232b84fffc48e56bbe018caff9e49 (diff) | |
download | pathery-f7b36706f5a63958e2fdc4ca637297e93a580be4.tar.xz |
Moved #displayDate to CSS, fixed padding
Diffstat (limited to 'pages')
-rw-r--r-- | pages/scores.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/scores.php b/pages/scores.php index ee7c88b..9819b01 100644 --- a/pages/scores.php +++ b/pages/scores.php @@ -278,7 +278,7 @@ topbar($Links); <div class="wrapper">
- <div style='font-size: 105%;text-align:center;padding-bottom:7px;' id='displayDate'>
+ <div id='displayDate'>
Loading...
</div>
|