projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25645ed
)
Fix sizing of scale control
author
Tom Hughes
<tom@compton.nu>
Fri, 13 Sep 2013 15:02:38 +0000
(16:02 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 13 Sep 2013 15:02:38 +0000
(16:02 +0100)
vendor/assets/leaflet/leaflet.css
patch
|
blob
|
history
diff --git
a/vendor/assets/leaflet/leaflet.css
b/vendor/assets/leaflet/leaflet.css
index 7dc11b127fbb20048330207442a80a375bb21159..e6fb4908eb8e872ad35b424a195d878cb277ebfd 100644
(file)
--- a/
vendor/assets/leaflet/leaflet.css
+++ b/
vendor/assets/leaflet/leaflet.css
@@
-365,6
+365,8
@@
box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
\r
white-space: nowrap;
\r
overflow: hidden;
\r
+ -moz-box-sizing: content-box;
\r
+ box-sizing: content-box;
\r
}
\r
.leaflet-control-scale-line:not(:first-child) {
\r
border-top: 2px solid #777;
\r