From: paul Date: Wed, 2 Nov 2011 19:09:31 +0000 (+0000) Subject: beautyfication of svn change log X-Git-Url: http://git.plutz.net/?p=busy;a=commitdiff_plain;h=5904c1228d390cec4530025709c3826910c25084 beautyfication of svn change log svn path=/trunk/; revision=29 --- diff --git a/Subversion.css b/Subversion.css new file mode 100644 index 0000000..c362338 --- /dev/null +++ b/Subversion.css @@ -0,0 +1,19 @@ +.changelog { + background-color: #FFF; + border-color: #AAF; + border-style: solid; + border-width: 1px; + margin: .6em 0em; + padding: .2em .5em .5em .5em; + border-radius: 8px; + -moz-border-radius: 8px; +} +.changelog h2{ + font: normal bold 1em sans-serif; + text-align: center; + color: #66F; + margin: 0em 0em .3em 0em; + border-style: none none solid none; + border-width: 1px; + border-color: #AAF; +} diff --git a/Subversion.page b/Subversion.page index bc56b1e..07a783a 100755 --- a/Subversion.page +++ b/Subversion.page @@ -26,7 +26,10 @@ cat < :g; +s:^r([0-9]+) \| ([a-zA-Z0-9]+) \| ([0-9: -]+) .+$:

Revision \1 by \2
at \3

:g;p}')
diff --git a/busy.css b/busy.css index 1abcc6f..059791d 100644 --- a/busy.css +++ b/busy.css @@ -114,6 +114,11 @@ div#LEFT h1{ text-decoration: none; margin: 0em 0em .5em 0em; } +div#RIGHT h1{ + font: normal bold 1.2em sans-serif; + text-decoration: none; + margin: 0em 0em .5em 0em; +} .search { background-color: #FFF;