diff options
author | Unknwon <u@gogs.io> | 2016-02-14 18:33:17 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-14 18:33:17 -0500 |
commit | 29cd8ac270603ff3a5d02134e7c46ae5006844bd (patch) | |
tree | dfd88387a6dcae59f0aa8c777f0d5a76cf4f2c77 /templates | |
parent | de3be370f7a68343e68c9d7251692d2f7a1892d4 (diff) | |
parent | d710b5e7915a93e215b7522e045630ab20369eea (diff) | |
download | gitea-29cd8ac270603ff3a5d02134e7c46ae5006844bd.tar.gz gitea-29cd8ac270603ff3a5d02134e7c46ae5006844bd.zip |
Merge pull request #2617 from chriswatt/bgcolor
Change main content area bg to white, keep area above tabs grey
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/header.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index cab0fb53d4..3002ff4b38 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -1,3 +1,4 @@ +<div class="header-wrapper"> {{with .Repository}} <div class="ui container"><!-- start container --> <div class="ui vertically padded grid head"><!-- start grid --> @@ -85,3 +86,4 @@ {{else}} <div class="ui divider"></div> {{end}} +</div>
\ No newline at end of file |