diff --git a/doc/rust.css b/doc/rust.css index ed9ea446aa8..f55965b70a5 100644 --- a/doc/rust.css +++ b/doc/rust.css @@ -100,17 +100,21 @@ h3 a:link, h3 a:visited { color: black; } .cm-s-default span.cm-attribute {color: #00c;} #versioninfo { - position: fixed; - bottom: 0px; - right: 0px; - - background-color: white; - padding: 0.5em; + position: fixed; + bottom: 0px; + right: 0px; + text-align: center; + padding: 0.5em; } - -a.lessimportant { - color: gray; - font-size: 60%; +#versioninfo a.hash { + color: gray; + font-size: 60%; +} +#versioninfo .white-sticker { + background-color: #fff; + margin: 2px; + padding: 0 2px; + border-radius: .3em; } blockquote { diff --git a/doc/version_info.html.template b/doc/version_info.html.template index aa44097a337..858e5a35f87 100644 --- a/doc/version_info.html.template +++ b/doc/version_info.html.template @@ -1,9 +1,6 @@ -