mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Gentler introduction to jargon, add some more defensive code
This commit is contained in:
+5
-2
@@ -3660,8 +3660,11 @@ img.tile-removing {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.curtain-tooltip .tooltip-inner .button-section,
|
||||
.curtain-tooltip .tooltip-inner .bold {
|
||||
}
|
||||
|
||||
.curtain-tooltip .tooltip-inner .button-section,
|
||||
.curtain-tooltip .tooltip-inner .instruction {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
border-top: 1px solid #CCC;
|
||||
@@ -3671,7 +3674,7 @@ img.tile-removing {
|
||||
padding: 10px 20px 0 20px;
|
||||
}
|
||||
|
||||
.curtain-tooltip .tooltip-inner .bold:only-child {
|
||||
.curtain-tooltip .tooltip-inner .instruction:only-child {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user