From c2272275ca990f3e12a5c1fa0a5de4c670a4d8b4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 11 Jun 2011 16:23:49 -0400 Subject: [PATCH] RSS syndication feature. Documentation. CSS tweaks. --- src/com/gitblit/wicket/resources/gitblit.css | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/resources/gitblit.css b/src/com/gitblit/wicket/resources/gitblit.css index a0ab10a..498c1a7 100644 --- a/src/com/gitblit/wicket/resources/gitblit.css +++ b/src/com/gitblit/wicket/resources/gitblit.css @@ -249,6 +249,10 @@ border-width: 1px 0px 0px; } +div.commit_message a { + font-family: monospace; +} + div.bug_open, span.bug_open { padding: 2px; background-color: #803333; @@ -482,6 +486,10 @@ padding: 8px; } +table.plain td { + white-space: nowrap; +} + table.plain td.edit { padding: 3px; } @@ -633,6 +641,19 @@ border-left: 1px solid #ccc; } +table.annotated { + width: 100%; + border: 1px solid #bbb; +} + +table.annotated tr.even { + background-color: white; +} + +table.annotated tr.odd { + background-color: #fdfbdf; +} + tr th a { padding-right: 15px; background-position: right; background-repeat:no-repeat; } tr th.wicket_orderDown a {background-image: url(arrow_down.png); } tr th.wicket_orderUp a { background-image: url(arrow_up.png); } @@ -737,7 +758,7 @@ } span .otherRef { - background-color: #80ccdd; + background-color: #b0e0f0; border-color: #80aaaa; } -- Gitblit v1.9.1