diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-08 01:00:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-08 01:00:25 -0400 |
commit | 5570d144418267f910112fe8f26bd61e1cd0cd15 (patch) | |
tree | d669c74021de3c36a9ac5205a0e48960264c3ad4 /doc/style.css | |
parent | ac8a91fe06808191b4eded829cf118d70be2c585 (diff) | |
download | ikiwiki-5570d144418267f910112fe8f26bd61e1cd0cd15.tar ikiwiki-5570d144418267f910112fe8f26bd61e1cd0cd15.tar.gz |
improve selector highlight
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index d8b48bcd0..6832194b2 100644 --- a/doc/style.css +++ b/doc/style.css @@ -436,8 +436,7 @@ li.L8 { list-style: upper-alpha; } clear: both; } #openid_highlight { - padding: 3px; - background-color: #FFFCC9; + background-color: black; float: left; } .openid_large_btn { |