diff options
author | raylu <raylu@mixpanel.com> | 2011-09-11 03:36:52 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-09-11 03:37:43 -0700 |
commit | eb3e11068965f2bd9428e0d15147b8086e5ab026 (patch) | |
tree | 59738901c8a1f5bc9b862ef0189f0d774bfcc842 /pages/admin.php | |
parent | 183773d794a5d3ec5b5e6a0897b384bb16540a92 (diff) | |
download | pathery-eb3e11068965f2bd9428e0d15147b8086e5ab026.tar.xz |
new font: cantarell
also fix some css properties, reorder the header, and other minor fixes
Diffstat (limited to 'pages/admin.php')
-rw-r--r-- | pages/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/admin.php b/pages/admin.php index f06e1b4..b4e53be 100644 --- a/pages/admin.php +++ b/pages/admin.php @@ -179,9 +179,9 @@ function createThumbnail($mapMatrix, $idprefix, $width, $height) { }
$output = "
-<div id='$idprefix,outer' class='grid_outer' style='width:".($width+30)."px;height:".($height+50)."px;'>
+<div id='$idprefix,outer' class='grid_outer' style='width:".($width+30)."px;height:".($height+60)."px;'>
- <div class='grid_dsp_left dsp_49'>
+ <div class='grid_dsp_left dsp_60'>
<div id='$idprefix,dspID' class='grid_dsp_data' title='MapID: $idprefix'>
MapID: $idprefix
</div>
|