diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-04 00:47:28 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-04 00:47:28 +0000 |
commit | 819b31d46c05c00d4183f824f74bfe3836471d78 (patch) | |
tree | b309d4683352a64c339bb572505635ba154000e8 /basewiki | |
parent | c5919df5f3697e0f8968e2b8f49cd15c1e0aa412 (diff) | |
download | ikiwiki-819b31d46c05c00d4183f824f74bfe3836471d78.tar ikiwiki-819b31d46c05c00d4183f824f74bfe3836471d78.tar.gz |
* Various CSS and formatting changes.
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index ebc912553..3f8547e95 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -5,6 +5,13 @@ line-height: 1em; } +.author { + margin: 0; + font-size: 18px; + font-weight: bold; + display: block; +} + #actions ul { margin: 0; padding: 6px; @@ -76,6 +83,7 @@ td.changelog { .pageinfo { font-style: italic; + display: block; } /* Used for invalid form fields. */ |