diff options
author | James Moger <james.moger@gitblit.com> | 2011-09-29 23:47:13 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-09-29 23:47:13 -0400 |
commit | fd6ac68c0b1136182b5d713ec88ea94e26c4a76d (patch) | |
tree | fe0b486688e0b732894127577037eab161a3537f /resources | |
parent | a7571bc1d831a83643d4fc5257a510a1bb53316b (diff) | |
download | gitblit-fd6ac68c0b1136182b5d713ec88ea94e26c4a76d.tar.gz gitblit-fd6ac68c0b1136182b5d713ec88ea94e26c4a76d.zip |
Adjusted Metric chart widths. Diff hunk header css tweak.
Diffstat (limited to 'resources')
-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;
}
|