From a459a5e3c2744387dd412861a888f3df811deecb Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Sep 2005 02:08:58 +0000 Subject: [PATCH] - added main.css - styling the blame system --- templates/default/blame.tpl | 1 + templates/default/blame_line.tpl | 6 +++--- templates/default/diff.css | 22 ++++++++++++++++++++++ templates/default/main.css | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 templates/default/diff.css diff --git a/templates/default/blame.tpl b/templates/default/blame.tpl index 6538707..67abce9 100644 --- a/templates/default/blame.tpl +++ b/templates/default/blame.tpl @@ -2,6 +2,7 @@ $doctype $headinclude + Blame diff --git a/templates/default/blame_line.tpl b/templates/default/blame_line.tpl index e22df99..b043ef9 100644 --- a/templates/default/blame_line.tpl +++ b/templates/default/blame_line.tpl @@ -1,5 +1,5 @@ - $entry[rev] - $entry[author] + $entry[rev] + $entry[author] $entry[line_clean] - \ No newline at end of file + diff --git a/templates/default/diff.css b/templates/default/diff.css new file mode 100644 index 0000000..447a3e5 --- /dev/null +++ b/templates/default/diff.css @@ -0,0 +1,22 @@ +/*=====================================================================*\ +|| ################################################################### || +|| # ViewSVN [#]version[#] +|| # --------------------------------------------------------------- # || +|| # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # || +|| # This file may not be reproduced in any way without permission. # || +|| # --------------------------------------------------------------- # || +|| # User License Agreement at http://www.iris-studios.com/license/ # || +|| ################################################################### || +\*=====================================================================*/ + +.lineheader +{ + background-color: rgb(222, 231, 248); +} + +/*=====================================================================*\ +|| ################################################################### +|| # $HeadURL$ +|| # $Id$ +|| ################################################################### +\*=====================================================================*/ \ No newline at end of file diff --git a/templates/default/main.css b/templates/default/main.css index f13240c..b7df4ed 100644 --- a/templates/default/main.css +++ b/templates/default/main.css @@ -72,7 +72,7 @@ a:hover padding: 2px; } -.code +.code, .lineheader { background-color: rgb(255, 255, 255); -- 2.22.5