diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-20 18:29:08 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 14:06:53 +0200 |
commit | c9883fbb1424710333a7d144ac8456ab5f1632c1 (patch) | |
tree | 278cec32f1a8fdb9b79cf8c4d3c8040d34c338ab | |
parent | af03562de89379f74a2f11a40f7913ca20ea49ba (diff) |
Adapt to new ikiwiki mechanism for copyright and license.
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,7 +53,8 @@ pre + * background-color: #f0f0f0; } -#license +.pagelicense, +.pagecopyright { background-color: #f0f0f0; font-size: small; |