diff --git a/static/css/print.css b/static/css/print.css index 76911af1e0..226bf2f39e 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -62,11 +62,13 @@ pre { #body code, #body strong, #body b, #body li, #body dd, #body dt, #body p, -#body .anchor, #body a { /* better contrast for colored elements */ color: black; } +#body .anchor{ + display: none; +} #body pre, #body code { background-color: white; diff --git a/static/css/theme.css b/static/css/theme.css index eb6c493881..f951428764 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1403,7 +1403,8 @@ option { cursor: pointer; font-size: .5em; margin-left: .66em; - vertical-align: middle; + margin-top: .9em; + position: absolute; visibility: hidden; }