Fossil SCM
Fix the default CSS for the timelineDetailCell column in the Columnar View.
Commit
92bcce3325f26da0c654ddd2fa5b567123657b74471fbee2cb24471558cd9fae
Parent
99057f278c3afac…
1 file changed
+1
-1
+1
-1
| --- src/default_css.txt | ||
| +++ src/default_css.txt | ||
| @@ -77,11 +77,11 @@ | ||
| 77 | 77 | vertical-align: top; |
| 78 | 78 | text-align: left; |
| 79 | 79 | padding: 0.75em; |
| 80 | 80 | border-radius: 1em; |
| 81 | 81 | } |
| 82 | -.timelineModernCell[id], .timelineColumnarCell[id] { | |
| 82 | +.timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] { | |
| 83 | 83 | background-color: #efefef; |
| 84 | 84 | } |
| 85 | 85 | .timelineModernDetail { |
| 86 | 86 | font-size: 80%; |
| 87 | 87 | text-align: right; |
| 88 | 88 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -77,11 +77,11 @@ | |
| 77 | vertical-align: top; |
| 78 | text-align: left; |
| 79 | padding: 0.75em; |
| 80 | border-radius: 1em; |
| 81 | } |
| 82 | .timelineModernCell[id], .timelineColumnarCell[id] { |
| 83 | background-color: #efefef; |
| 84 | } |
| 85 | .timelineModernDetail { |
| 86 | font-size: 80%; |
| 87 | text-align: right; |
| 88 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -77,11 +77,11 @@ | |
| 77 | vertical-align: top; |
| 78 | text-align: left; |
| 79 | padding: 0.75em; |
| 80 | border-radius: 1em; |
| 81 | } |
| 82 | .timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] { |
| 83 | background-color: #efefef; |
| 84 | } |
| 85 | .timelineModernDetail { |
| 86 | font-size: 80%; |
| 87 | text-align: right; |
| 88 |