X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a3374e330a8ffaea84787911d8685947f560e6eb..e0cff1516322500f884c5471458e564c08142aaa:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 3b8a24d9a..0fc29f9e1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -220,9 +220,19 @@ div.poll { } input#openid_url { - background: url(http://openid.net/login-bg.gif) no-repeat; + background: url(wikiicons/openidlogin-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; color: #000; padding-left: 18px; } + +/* Things to hide in printouts. */ +@media print { + .actions { display: none; } + .tags { display: none; } + .feedbutton { display: none; } + #searchform { display: none; } + #blogform { display: none; } + #backlinks { display: none; } +}