diff options
author | James Moger <james.moger@gitblit.com> | 2012-10-19 22:30:57 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-10-19 22:47:35 -0400 |
commit | 79dfe69726b6255464599ab852018e4d2ff96fdc (patch) | |
tree | 6565a55ac6b48bc11d4c7d2feb62c1a11f95d12c /resources | |
parent | 5e88265c36b93f63a68bcafb373434a9fbbaa42e (diff) | |
download | gitblit-79dfe69726b6255464599ab852018e4d2ff96fdc.tar.gz gitblit-79dfe69726b6255464599ab852018e4d2ff96fdc.zip |
Split edit repository page into tabs
Diffstat (limited to 'resources')
-rw-r--r-- | resources/gitblit.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/gitblit.css b/resources/gitblit.css index 4d7e3ab1..5c2d92a8 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -30,9 +30,8 @@ hr { margin-bottom: 10px;
}
-.settings h3 {
- margin-bottom: 0.5em;
- border-bottom: 1px solid #000080 !important;
+.settings th {
+ vertical-align: top;
}
.pageTitle {
|