diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 00:21:13 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 00:21:13 +0000 |
commit | 8fd9c9accbc3c3e977aa78cb38bf7b264c53bace (patch) | |
tree | 317a5ac21db45be395a53e3a07e0b04a10fb0d85 /basewiki | |
parent | 22df49a2bf92302d4c6e25a04e9c7589a93844a9 (diff) | |
download | ikiwiki-8fd9c9accbc3c3e977aa78cb38bf7b264c53bace.tar ikiwiki-8fd9c9accbc3c3e977aa78cb38bf7b264c53bace.tar.gz |
Hope encrico doesn't mind, but I changed the location and layout of the
tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index 74186ab3b..f96e11ab0 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -74,7 +74,7 @@ td.changelog { margin: 1em 0; } -#pageinfo { +.pageinfo { font-style: italic; } |