Fossil SCM
Restored the page title font size to the old default when it's up above the menu bar. Lost this in all the font size shuffling, seen now in comparison to what we're now calling skin=etienne.
Commit
c013926f01a3615ffc54abb333021858d66a05376ea65b14b84c52deabaae9ba
Parent
f6897ff2bc0a2cf…
1 file changed
+3
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -499,10 +499,13 @@ | ||
| 499 | 499 | font-weight: normal; |
| 500 | 500 | } |
| 501 | 501 | h1.page-title { |
| 502 | 502 | display: none; /* use h1 in title area, above menu bar */ |
| 503 | 503 | } |
| 504 | + span.page-title { | |
| 505 | + font-size: 18px; | |
| 506 | + } | |
| 504 | 507 | div.logo { |
| 505 | 508 | padding-top: 10px; |
| 506 | 509 | } |
| 507 | 510 | .status {padding-top: 30px;} |
| 508 | 511 | .mainmenu a { |
| 509 | 512 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -499,10 +499,13 @@ | |
| 499 | font-weight: normal; |
| 500 | } |
| 501 | h1.page-title { |
| 502 | display: none; /* use h1 in title area, above menu bar */ |
| 503 | } |
| 504 | div.logo { |
| 505 | padding-top: 10px; |
| 506 | } |
| 507 | .status {padding-top: 30px;} |
| 508 | .mainmenu a { |
| 509 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -499,10 +499,13 @@ | |
| 499 | font-weight: normal; |
| 500 | } |
| 501 | h1.page-title { |
| 502 | display: none; /* use h1 in title area, above menu bar */ |
| 503 | } |
| 504 | span.page-title { |
| 505 | font-size: 18px; |
| 506 | } |
| 507 | div.logo { |
| 508 | padding-top: 10px; |
| 509 | } |
| 510 | .status {padding-top: 30px;} |
| 511 | .mainmenu a { |
| 512 |