From fc84260e4238fda10842c1bd3b9fb0cb74b95426 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 04 Apr 2011 16:13:11 -0400 Subject: [PATCH] Dropped log links, created new stylesheet, added activity graph. --- src/com/gitblit/wicket/pages/TagPage.html | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/com/gitblit/wicket/pages/TagPage.html b/src/com/gitblit/wicket/pages/TagPage.html index ae2c99c..6041185 100644 --- a/src/com/gitblit/wicket/pages/TagPage.html +++ b/src/com/gitblit/wicket/pages/TagPage.html @@ -11,16 +11,14 @@ <div class="header" wicket:id="commit"></div> <!-- commit info --> - <div class="title_text"> - <table class="object_header"> - <tr><td>object</td><td><span wicket:id="tagId">Message goes here</span></td></tr> - <tr><td>author</td><td><span wicket:id="tagAuthor">Message goes here</span></td></tr> - <tr><td></td><td><span wicket:id="tagDate">Message goes here</span></td></tr> + <table> + <tr><th>object</th><td><span wicket:id="tagId">Message goes here</span></td></tr> + <tr><th>author</th><td><span wicket:id="tagAuthor">Message goes here</span></td></tr> + <tr><th></th><td><span wicket:id="tagDate">Message goes here</span></td></tr> </table> - </div> <!-- full message --> - <div class="page_body" wicket:id="fullMessage"></div> + <div class="commit_message" wicket:id="fullMessage"></div> <!-- footer --> <div wicket:id="pageFooter"></div> -- Gitblit v1.9.1