Fossil SCM
Removed some hard tabs in CSS injected by copy/paste from the browser dev tools.
Commit
1bfa36867dd94b07a20f5ab82bc741ee3cd45cdd343980ed85dcf88270ffc0fd
Parent
34f7fd72c62dae2…
1 file changed
+14
-14
+14
-14
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1309,26 +1309,26 @@ | ||
| 1309 | 1309 | may be SPAN elements if their children are all inline elements, |
| 1310 | 1310 | otherwise they must be DIVs (block elements) so that nesting of |
| 1311 | 1311 | block-element content is legal. |
| 1312 | 1312 | */ |
| 1313 | 1313 | .help-buttonlet { |
| 1314 | - display: inline-block; | |
| 1315 | - min-width: 1rem; | |
| 1316 | - max-width: 1rem; | |
| 1317 | - min-height: 1rem; | |
| 1318 | - max-height: 1rem; | |
| 1319 | - font-size: 0.9em; | |
| 1320 | - border-radius: 0.5rem; | |
| 1321 | - background-color: rgba(54, 54, 255,1); | |
| 1314 | + display: inline-block; | |
| 1315 | + min-width: 1rem; | |
| 1316 | + max-width: 1rem; | |
| 1317 | + min-height: 1rem; | |
| 1318 | + max-height: 1rem; | |
| 1319 | + font-size: 0.9em; | |
| 1320 | + border-radius: 0.5rem; | |
| 1321 | + background-color: rgba(54, 54, 255,1); | |
| 1322 | 1322 | color: rgb(255, 255, 255); |
| 1323 | - cursor: pointer; | |
| 1324 | - font-family: monspace; | |
| 1323 | + cursor: pointer; | |
| 1324 | + font-family: monspace; | |
| 1325 | 1325 | text-align: center; |
| 1326 | - margin: 0 0 0 0.35em; | |
| 1327 | - border-width: 1px; | |
| 1328 | - border-style: outset; | |
| 1329 | - font-weight: 700; | |
| 1326 | + margin: 0 0 0 0.35em; | |
| 1327 | + border-width: 1px; | |
| 1328 | + border-style: outset; | |
| 1329 | + font-weight: 700; | |
| 1330 | 1330 | overflow: hidden; |
| 1331 | 1331 | } |
| 1332 | 1332 | |
| 1333 | 1333 | .help-buttonlet::before { |
| 1334 | 1334 | content: "?"; |
| 1335 | 1335 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1309,26 +1309,26 @@ | |
| 1309 | may be SPAN elements if their children are all inline elements, |
| 1310 | otherwise they must be DIVs (block elements) so that nesting of |
| 1311 | block-element content is legal. |
| 1312 | */ |
| 1313 | .help-buttonlet { |
| 1314 | display: inline-block; |
| 1315 | min-width: 1rem; |
| 1316 | max-width: 1rem; |
| 1317 | min-height: 1rem; |
| 1318 | max-height: 1rem; |
| 1319 | font-size: 0.9em; |
| 1320 | border-radius: 0.5rem; |
| 1321 | background-color: rgba(54, 54, 255,1); |
| 1322 | color: rgb(255, 255, 255); |
| 1323 | cursor: pointer; |
| 1324 | font-family: monspace; |
| 1325 | text-align: center; |
| 1326 | margin: 0 0 0 0.35em; |
| 1327 | border-width: 1px; |
| 1328 | border-style: outset; |
| 1329 | font-weight: 700; |
| 1330 | overflow: hidden; |
| 1331 | } |
| 1332 | |
| 1333 | .help-buttonlet::before { |
| 1334 | content: "?"; |
| 1335 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1309,26 +1309,26 @@ | |
| 1309 | may be SPAN elements if their children are all inline elements, |
| 1310 | otherwise they must be DIVs (block elements) so that nesting of |
| 1311 | block-element content is legal. |
| 1312 | */ |
| 1313 | .help-buttonlet { |
| 1314 | display: inline-block; |
| 1315 | min-width: 1rem; |
| 1316 | max-width: 1rem; |
| 1317 | min-height: 1rem; |
| 1318 | max-height: 1rem; |
| 1319 | font-size: 0.9em; |
| 1320 | border-radius: 0.5rem; |
| 1321 | background-color: rgba(54, 54, 255,1); |
| 1322 | color: rgb(255, 255, 255); |
| 1323 | cursor: pointer; |
| 1324 | font-family: monspace; |
| 1325 | text-align: center; |
| 1326 | margin: 0 0 0 0.35em; |
| 1327 | border-width: 1px; |
| 1328 | border-style: outset; |
| 1329 | font-weight: 700; |
| 1330 | overflow: hidden; |
| 1331 | } |
| 1332 | |
| 1333 | .help-buttonlet::before { |
| 1334 | content: "?"; |
| 1335 |