summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-14 18:33:17 -0500
committerUnknwon <u@gogs.io>2016-02-14 18:33:17 -0500
commit29cd8ac270603ff3a5d02134e7c46ae5006844bd (patch)
treedfd88387a6dcae59f0aa8c777f0d5a76cf4f2c77 /templates
parentde3be370f7a68343e68c9d7251692d2f7a1892d4 (diff)
parentd710b5e7915a93e215b7522e045630ab20369eea (diff)
downloadgitea-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.tmpl2
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