diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-05 14:23:39 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-05 14:23:39 -0800 |
commit | 62e2798a769d62e2c1714f3eb27b64f212d3fd65 (patch) | |
tree | 2fbe3c07585b102f98e9c5230d51b5981c24a1d8 | |
parent | 46a83c128433c7c439af8137b026be832f32cb8d (diff) | |
download | pathery-62e2798a769d62e2c1714f3eb27b64f212d3fd65.tar.xz |
Whoops missed this for the mapeditor.
-rw-r--r-- | css/maps.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/maps.css b/css/maps.css index 604192c..86a2f76 100644 --- a/css/maps.css +++ b/css/maps.css @@ -188,6 +188,13 @@ background-image: url(../images/OverlayTileFaceted20.png);
}
+.tileDisplay div {
+ float:left;
+ border:1px solid blue;
+ margin:2px;
+ width:36px;
+ height:36px;
+}
/* grid stuff */
|