Fossil SCM
Follow-up to the previous check-in: for the 'eagle' skin, make sure the logo div has a valid minimum width.
Commit
4a9af9b059ad4af0dc930b141038e729fe9c052189e8a4c57077635ffa5e953b
Parent
9cb1556e11386d7…
1 file changed
+1
+1
| --- skins/eagle/css.txt | ||
| +++ skins/eagle/css.txt | ||
| @@ -16,10 +16,11 @@ | ||
| 16 | 16 | text-align: center; |
| 17 | 17 | vertical-align: bottom; |
| 18 | 18 | font-weight: bold; |
| 19 | 19 | color: white; |
| 20 | 20 | padding: 5 0 5 0em; |
| 21 | + min-width: 200px; | |
| 21 | 22 | white-space: nowrap; |
| 22 | 23 | } |
| 23 | 24 | |
| 24 | 25 | /* The page title centered at the top of each page */ |
| 25 | 26 | div.title { |
| 26 | 27 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -16,10 +16,11 @@ | |
| 16 | text-align: center; |
| 17 | vertical-align: bottom; |
| 18 | font-weight: bold; |
| 19 | color: white; |
| 20 | padding: 5 0 5 0em; |
| 21 | white-space: nowrap; |
| 22 | } |
| 23 | |
| 24 | /* The page title centered at the top of each page */ |
| 25 | div.title { |
| 26 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -16,10 +16,11 @@ | |
| 16 | text-align: center; |
| 17 | vertical-align: bottom; |
| 18 | font-weight: bold; |
| 19 | color: white; |
| 20 | padding: 5 0 5 0em; |
| 21 | min-width: 200px; |
| 22 | white-space: nowrap; |
| 23 | } |
| 24 | |
| 25 | /* The page title centered at the top of each page */ |
| 26 | div.title { |
| 27 |