diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-10 20:07:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-10 20:07:52 +0000 |
commit | 75b0e65bc5799ce1556a4bc123e21ba5a2443949 (patch) | |
tree | b03fa2730f27677bab529abb666c9bd348b88df0 /basewiki | |
parent | a3374e330a8ffaea84787911d8685947f560e6eb (diff) | |
download | ikiwiki-75b0e65bc5799ce1556a4bc123e21ba5a2443949.tar ikiwiki-75b0e65bc5799ce1556a4bc123e21ba5a2443949.tar.gz |
merge to basewiki
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index 1017e957f..3b8a24d9a 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -58,7 +58,7 @@ div.tags { #editcontent { width: 100%; -} +} /* Stuff for the RecentChanges table. */ tr.changeheader { @@ -72,7 +72,7 @@ tr.changeinfo { th.changeheader { padding: 1px .3em; } -td.changeinfo { +td.changeinfo { padding: 1px .3em; } td.changetime { @@ -129,7 +129,7 @@ td.changelog { border-right: 1px solid #993300; border-bottom: 1px solid #331100; padding: 0px 0.5em 0px 0.5em; - font-family: helvetica, arial, sans-serif; + font-family: sans-serif; font-weight: bold; font-size: small; text-decoration: none; @@ -180,7 +180,7 @@ td.changelog { width: 25% } -/* outlines */ +/* outlines */ li.L1 { list-style: upper-roman; } |