You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
305 B
CSS
19 lines
305 B
CSS
2 weeks ago
|
#marker {
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
border: 1px solid #088;
|
||
|
border-radius: 10px;
|
||
|
background-color: #0FF;
|
||
|
opacity: 0.5;
|
||
|
}
|
||
|
#vienna {
|
||
|
text-decoration: none;
|
||
|
color: white;
|
||
|
font-size: 11pt;
|
||
|
font-weight: bold;
|
||
|
text-shadow: black 0.1em 0.1em 0.2em;
|
||
|
}
|
||
|
.popover-body {
|
||
|
min-width: 276px;
|
||
|
}
|