diff options
author | James Moger <james.moger@gitblit.com> | 2011-06-25 08:57:29 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-06-25 08:57:29 -0400 |
commit | 85c2e6eb34215e2242e388a8f8b7173a14b96ad3 (patch) | |
tree | b3d3d0b5f4b9c57d99be39ebda3e944aa22e98d4 /resources/gitblit.css | |
parent | 0fe70c1cf434f492286e01e8528322134a10281a (diff) | |
download | gitblit-85c2e6eb34215e2242e388a8f8b7173a14b96ad3.tar.gz gitblit-85c2e6eb34215e2242e388a8f8b7173a14b96ad3.zip |
Big push for first release.
* Build script overhaul including building & publishing GO, WAR, Docs,
and Site.
* Restored JGit 0.12.1 dependency and backported Blame. Got tired of
waiting for JGit 1.0.0 Maven artifacts.
* Changed Summary Page layout
* Optional cookie authentication
* Added icons for log, tags, and branches panels.
* Show last commit author and short message on branches panel.
* Unit testing.
* Documentation.
Diffstat (limited to 'resources/gitblit.css')
-rw-r--r-- | resources/gitblit.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/gitblit.css b/resources/gitblit.css index 29474188..08d147ac 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -56,6 +56,11 @@ img.inlineIcon { padding-right: 1px;
}
+img.overview {
+ float:right;
+ border:1px solid #CCCCCC;
+}
+
a {
color: #0000cc;
}
|