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 | |
parent | ba050a8f540232b84fffc48e56bbe018caff9e49 (diff) | |
download | pathery-f7b36706f5a63958e2fdc4ca637297e93a580be4.tar.xz |
Moved #displayDate to CSS, fixed padding
-rw-r--r-- | css/stats.css | 6 | ||||
-rw-r--r-- | pages/scores.php | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/css/stats.css b/css/stats.css index 7539644..1009476 100644 --- a/css/stats.css +++ b/css/stats.css @@ -1,3 +1,9 @@ +#displayDate +{ + font-size: 105%; + text-align: center; + padding: 7px 0px; +} .col1 { float: left; margin-right: 8px; 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>
|