diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-06 14:55:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-06 14:55:08 -0400 |
commit | 7988a5aee3be9fe82da1d47d2a72c95eabc7bb6e (patch) | |
tree | f97d80f40de196718a1321584bf69e191b32edf4 /doc | |
parent | 237ea79d715fbba5c1be0b73fbe008b3221975fb (diff) | |
download | ikiwiki-7988a5aee3be9fe82da1d47d2a72c95eabc7bb6e.tar ikiwiki-7988a5aee3be9fe82da1d47d2a72c95eabc7bb6e.tar.gz |
revert html tweaking
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index fa4b2a38a..aa27d8866 100644 --- a/doc/style.css +++ b/doc/style.css @@ -172,7 +172,8 @@ div.recentchanges { width: 35%; font-size: small; } -.recentchanges .pagelinks { +.recentchanges .pagelinks, +.recentchanges .revert { float: right; margin: 0; width: 60%; |