[Pkg-javascript-commits] [leaflet] 242/301: drop -webkit prefix for border-radius (not relevant anymore)
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit 84a93374c490bd42e93eda2588cc7ab53f82f37f
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date: Wed Nov 13 18:46:26 2013 +0200
drop -webkit prefix for border-radius (not relevant anymore)
---
dist/leaflet.css | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/dist/leaflet.css b/dist/leaflet.css
index 04eeddf..7daa3a4 100644
--- a/dist/leaflet.css
+++ b/dist/leaflet.css
@@ -206,8 +206,7 @@
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
- -webkit-border-radius: 4px;
- border-radius: 4px;
+ border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
@@ -231,16 +230,12 @@
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
@@ -281,8 +276,7 @@
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
- -webkit-border-radius: 5px;
- border-radius: 5px;
+ border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(images/layers.png);
@@ -397,8 +391,7 @@
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
- -webkit-border-radius: 12px;
- border-radius: 12px;
+ border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list