Remove custom right sidebar section class
This commit is contained in:
parent
7a458ab635
commit
5c0a55d7ff
4 changed files with 6 additions and 11 deletions
|
@ -10,7 +10,7 @@ L.OSM.share = function (options) {
|
|||
// Link / Embed
|
||||
|
||||
var $linkSection = $("<div>")
|
||||
.attr("class", "section share-link")
|
||||
.attr("class", "share-link p-3 border-bottom border-secondary-subtle")
|
||||
.appendTo($ui);
|
||||
|
||||
$("<h4>")
|
||||
|
@ -104,7 +104,7 @@ L.OSM.share = function (options) {
|
|||
// Geo URI
|
||||
|
||||
var $geoUriSection = $("<div>")
|
||||
.attr("class", "section share-geo-uri")
|
||||
.attr("class", "share-geo-uri p-3 border-bottom border-secondary-subtle")
|
||||
.appendTo($ui);
|
||||
|
||||
$("<h4>")
|
||||
|
@ -119,7 +119,7 @@ L.OSM.share = function (options) {
|
|||
// Image
|
||||
|
||||
var $imageSection = $("<div>")
|
||||
.attr("class", "section share-image")
|
||||
.attr("class", "share-image p-3")
|
||||
.appendTo($ui);
|
||||
|
||||
$("<h4>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue