diff options
author | James Moger <james.moger@gitblit.com> | 2013-06-26 17:10:13 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-06-26 17:10:13 -0400 |
commit | c129a913c4fd64558aef4cbad41c4246f5886a97 (patch) | |
tree | ab0e47226921b693159176f4e10cee0cfecd307f /src/site | |
parent | 17725677285470ca7dbf5da93e4235415545a7cf (diff) | |
download | gitblit-c129a913c4fd64558aef4cbad41c4246f5886a97.tar.gz gitblit-c129a913c4fd64558aef4cbad41c4246f5886a97.zip |
Support custom header colors and finish theme flattening (issue 209)
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/custom.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/site/custom.less b/src/site/custom.less index ca207dfa..96e70ca7 100644 --- a/src/site/custom.less +++ b/src/site/custom.less @@ -66,10 +66,10 @@ }
ul > li:focus, .active {
- background-repeat:no-repeat;
- background-image: url('../../arrow_page.png');
- background-position: center bottom;
- outline: 0;
+ outline: 0;
+ padding-bottom: 1px;
+ border-bottom: 3px solid #ff9900;
+ margin-bottom: -1px;
}
}
|