Use a darker grey on the tables through time
Just to make sure it's easy to see.
This commit is contained in:
parent
375a6a37dc
commit
c13a0ef4c1
1 changed files with 3 additions and 3 deletions
|
|
@ -333,7 +333,7 @@
|
|||
2)))
|
||||
(simple-format
|
||||
#f
|
||||
"margin-left: ~A%; width: ~A%; height: 10px; background: #DCDCDC;"
|
||||
"margin-left: ~A%; width: ~A%; height: 10px; background: #BEBEBE;"
|
||||
(rationalize margin-left 1)
|
||||
(rationalize width 1)))))))))))
|
||||
versions-by-revision-range))))))))))
|
||||
|
|
@ -559,7 +559,7 @@
|
|||
2)))
|
||||
(simple-format
|
||||
#f
|
||||
"margin-left: ~A%; width: ~A%; height: 10px; background: #DCDCDC;"
|
||||
"margin-left: ~A%; width: ~A%; height: 10px; background: #BEBEBE;"
|
||||
(rationalize margin-left 1)
|
||||
(rationalize width 1)))))))))))
|
||||
versions-list
|
||||
|
|
@ -777,7 +777,7 @@
|
|||
2)))
|
||||
(simple-format
|
||||
#f
|
||||
"margin-left: ~A%; width: ~A%; height: 10px; background: #DCDCDC;"
|
||||
"margin-left: ~A%; width: ~A%; height: 10px; background: #BEBEBE;"
|
||||
(rationalize margin-left 1)
|
||||
(rationalize width 1)))))))))))
|
||||
versions-list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue