diff options
Diffstat (limited to 'resources/bootstrap.gb.css')
-rw-r--r-- | resources/bootstrap.gb.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css index db91249b..2ea2b5c2 100644 --- a/resources/bootstrap.gb.css +++ b/resources/bootstrap.gb.css @@ -366,7 +366,8 @@ div.diff table th.header { }
div.diff table td.hunk_header {
- background-color: #dAe2e5 !important;
+ background-color: #dAe2e5 !important;
+ border-top: 1px solid #bac2c5;
border-bottom: 1px solid #bac2c5;
color: #555;
}
|