diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-06 19:34:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-06 19:34:33 -0400 |
commit | d82b425712bd43dc4bbb4c61a692fcfe24c42992 (patch) | |
tree | eef94c97236926f20575c0c3f2f63907989806be /doc/style.css | |
parent | 6cfb5c5b5905a5815f35b026b1c589358c2c16e9 (diff) | |
download | ikiwiki-d82b425712bd43dc4bbb4c61a692fcfe24c42992.tar ikiwiki-d82b425712bd43dc4bbb4c61a692fcfe24c42992.tar.gz |
move to right
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index 30f7ee3f3..7991f752f 100644 --- a/doc/style.css +++ b/doc/style.css @@ -259,9 +259,9 @@ input#openid_url { input#searchbox { background: url(wikiicons/search-bg.gif) no-repeat; background-color: #fff; - background-position: 0 50%; + background-position: 100% 50%; color: #000; - padding-left: 16px; + padding-right: 16px; } /* Things to hide in printouts. */ |