Fossil SCM
Suppressing the body-area "Chat" header on mobile. It takes up space to no useful end.
Commit
c0541318aaf571b1330de58fd88c13fc84c5c67cdf1057eafe49c4d3458a37a7
Parent
1cf4a7d72862e2d…
1 file changed
+4
-1
+4
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -467,11 +467,14 @@ | ||
| 467 | 467 | .title { |
| 468 | 468 | padding-top: 0px; |
| 469 | 469 | padding-bottom: 0px; |
| 470 | 470 | } |
| 471 | 471 | .title > .page-title { |
| 472 | - display: none; /* use h1 in body area, below menu bar */ | |
| 472 | + display: none; /* use h1 in body area, below menu bar… */ | |
| 473 | + } | |
| 474 | + body.chat > .page-title { | |
| 475 | + display: none; /* …except in mobile chat */ | |
| 473 | 476 | } |
| 474 | 477 | h1.page-title { |
| 475 | 478 | font-size: 1.60em; /* match content > h1 */ |
| 476 | 479 | margin-bottom: 0; /* div.content top margin suffices */ |
| 477 | 480 | } |
| 478 | 481 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -467,11 +467,14 @@ | |
| 467 | .title { |
| 468 | padding-top: 0px; |
| 469 | padding-bottom: 0px; |
| 470 | } |
| 471 | .title > .page-title { |
| 472 | display: none; /* use h1 in body area, below menu bar */ |
| 473 | } |
| 474 | h1.page-title { |
| 475 | font-size: 1.60em; /* match content > h1 */ |
| 476 | margin-bottom: 0; /* div.content top margin suffices */ |
| 477 | } |
| 478 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -467,11 +467,14 @@ | |
| 467 | .title { |
| 468 | padding-top: 0px; |
| 469 | padding-bottom: 0px; |
| 470 | } |
| 471 | .title > .page-title { |
| 472 | display: none; /* use h1 in body area, below menu bar… */ |
| 473 | } |
| 474 | body.chat > .page-title { |
| 475 | display: none; /* …except in mobile chat */ |
| 476 | } |
| 477 | h1.page-title { |
| 478 | font-size: 1.60em; /* match content > h1 */ |
| 479 | margin-bottom: 0; /* div.content top margin suffices */ |
| 480 | } |
| 481 |