diff options
author | James Moger <james.moger@gitblit.com> | 2011-07-20 16:01:58 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-07-20 16:01:58 -0400 |
commit | 20165d234037cb62640e4d9a3fe285260a6a2444 (patch) | |
tree | fbc98a935a829d5b0d33c022f16ba8bfdfd78a6f /resources | |
parent | 18422ea861b3e6e4ff3a2ffe3364343deb538b5d (diff) | |
download | gitblit-20165d234037cb62640e4d9a3fe285260a6a2444.tar.gz gitblit-20165d234037cb62640e4d9a3fe285260a6a2444.zip |
Change password feature (issue 1)
Diffstat (limited to 'resources')
-rw-r--r-- | resources/gitblit.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/gitblit.css b/resources/gitblit.css index e4d291a4..061fef5c 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -174,6 +174,10 @@ div.page_footer { font-style: italic;
}
+span.userPanel a, span.userPanel a span {
+ font-size: 11px;
+}
+
div.page_nav {
color: #ddd;
background-color: #000070;
|