diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-09 14:16:37 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-09 14:16:37 -0800 |
commit | 9462f29413dc1320b3899f7fbbbb75be64fbaede (patch) | |
tree | 0f534c8ef712d519aea7ed6e919f0277af654088 /css/page.css | |
parent | 357e548fef7f73338e8c3e7415f2407c7dbb7ac7 (diff) | |
download | pathery-9462f29413dc1320b3899f7fbbbb75be64fbaede.tar.xz |
Huge changes; started deprecation of PHP's displayMap()
New JS function 'mapAsHTML(mapAsObject)'
getScores() will now return solutions if the map has expired.
Homepage now uses mapAsHTML.
Removed some padding on scoreboard.
scoresFormatPage() supports solutions if available. (This can be row-specific)
And tons of CSS - deprecating old CSS.
Diffstat (limited to 'css/page.css')
-rw-r--r-- | css/page.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/page.css b/css/page.css index db32892..a3d5b87 100644 --- a/css/page.css +++ b/css/page.css @@ -352,7 +352,7 @@ table.score { }
table.score th, table.score td {
- padding: 2px 4px 1px 4px;
+ padding: 0px 4px 0px 4px;
}
table.score td {
font-size:105%;
|