diff options
author | James Moger <james.moger@gitblit.com> | 2011-12-19 17:58:43 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-12-19 17:58:43 -0500 |
commit | 6cc1d4cf3605719af3f9a37ee09cb02519be3571 (patch) | |
tree | 297ba0d726a080985e8122301d12ee1fe244039d /resources | |
parent | a50c4afdde37845b94b3545029ed9aac5796fdf7 (diff) | |
download | gitblit-6cc1d4cf3605719af3f9a37ee09cb02519be3571.tar.gz gitblit-6cc1d4cf3605719af3f9a37ee09cb02519be3571.zip |
Server-side hook script selection. Documentation.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/bootstrap.gb.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css index 32aac08a..6eeec389 100644 --- a/resources/bootstrap.gb.css +++ b/resources/bootstrap.gb.css @@ -11,6 +11,11 @@ hr { margin-bottom: 10px;
}
+.settings h3 {
+ margin-bottom: 0.5em;
+ border-bottom: 2px solid #000080 !important;
+}
+
.page-header h1, .page-header h2 {
color: #0069D6;
}
|