Fossil SCM
Default CSS adjustment: Extra space to the left of .timelineModernDetail to prevent it from colliding with the check-in comment.
Commit
a53ce0407a79d8eda2486386e662867eb5ebe22f528576bb21f14a66d1e7a9ae
Parent
dbc702cdc19329e…
1 file changed
+1
+1
| --- src/default_css.txt | ||
| +++ src/default_css.txt | ||
| @@ -86,10 +86,11 @@ | ||
| 86 | 86 | font-size: 80%; |
| 87 | 87 | text-align: right; |
| 88 | 88 | float: right; |
| 89 | 89 | opacity: 0.75; |
| 90 | 90 | margin-top: 0.5em; |
| 91 | + margin-left: 1em; | |
| 91 | 92 | } |
| 92 | 93 | .tl-canvas { |
| 93 | 94 | margin: 0 6px 0 10px; |
| 94 | 95 | } |
| 95 | 96 | .tl-rail { |
| 96 | 97 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -86,10 +86,11 @@ | |
| 86 | font-size: 80%; |
| 87 | text-align: right; |
| 88 | float: right; |
| 89 | opacity: 0.75; |
| 90 | margin-top: 0.5em; |
| 91 | } |
| 92 | .tl-canvas { |
| 93 | margin: 0 6px 0 10px; |
| 94 | } |
| 95 | .tl-rail { |
| 96 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -86,10 +86,11 @@ | |
| 86 | font-size: 80%; |
| 87 | text-align: right; |
| 88 | float: right; |
| 89 | opacity: 0.75; |
| 90 | margin-top: 0.5em; |
| 91 | margin-left: 1em; |
| 92 | } |
| 93 | .tl-canvas { |
| 94 | margin: 0 6px 0 10px; |
| 95 | } |
| 96 | .tl-rail { |
| 97 |