Gentler introduction to jargon, add some more defensive code

This commit is contained in:
Bryan Housel
2017-04-13 15:26:21 -04:00
parent ecccee5c41
commit 5c687e5c1c
5 changed files with 265 additions and 54 deletions
+5 -2
View File
@@ -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;