diff options
author | Lance Stout <lancestout@gmail.com> | 2012-01-05 13:07:44 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-01-05 13:07:44 -0500 |
commit | b345c227b213835d6c57d36dfd3143c208b7f8c4 (patch) | |
tree | 6ef384acec9cd65055ecf6c04941662f9e86b0e5 /docs/_static/haiku.css | |
parent | c7e95c8dec3ae38ad295f669bc7a1fc4d9630e7a (diff) | |
download | slixmpp-b345c227b213835d6c57d36dfd3143c208b7f8c4.tar.gz slixmpp-b345c227b213835d6c57d36dfd3143c208b7f8c4.tar.bz2 slixmpp-b345c227b213835d6c57d36dfd3143c208b7f8c4.tar.xz slixmpp-b345c227b213835d6c57d36dfd3143c208b7f8c4.zip |
More &yet branding
Diffstat (limited to 'docs/_static/haiku.css')
-rw-r--r-- | docs/_static/haiku.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/_static/haiku.css b/docs/_static/haiku.css index 9651d11f..41e0eb45 100644 --- a/docs/_static/haiku.css +++ b/docs/_static/haiku.css @@ -409,3 +409,24 @@ div.viewcode-block:target { padding: 0 12px; } + +#from_andyet { + -webkit-box-shadow: #CCC 0px 0px 3px; + background: rgba(255, 255, 255, 1); + bottom: 0px; + right: 17px; + padding: 3px 10px; + position: fixed; +} + +#from_andyet h2 { + background-image: url("images/from_&yet.png"); + background-repeat: no-repeat; + height: 29px; + line-height: 0; + text-indent: -9999em; + width: 79px; + margin-top: 0; + margin: 0px; + padding: 0px; +} |