]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/rustdoc.css
Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jsha
[rust.git] / src / librustdoc / html / static / rustdoc.css
index afe9f58e36a7088340bf1afc6540eb21dd4ac450..38afebc8d114b797f597acecb05c3d4f9ef50138 100644 (file)
@@ -1289,7 +1289,7 @@ h4 > .notable-traits {
        outline: none;
 }
 
-#settings-menu, .help-button {
+#settings-menu, #help-button {
        position: absolute;
        top: 10px;
 }
@@ -1299,7 +1299,7 @@ h4 > .notable-traits {
        outline: none;
 }
 
-#theme-picker, #settings-menu, .help-button, #copy-path {
+#theme-picker, #settings-menu, #help-button, #copy-path {
        padding: 4px;
        width: 27px;
        height: 29px;
@@ -1308,7 +1308,7 @@ h4 > .notable-traits {
        cursor: pointer;
 }
 
-.help-button {
+#help-button {
        right: 30px;
        font-family: "Fira Sans", Arial, sans-serif;
        text-align: center;
@@ -1593,7 +1593,7 @@ h4 > .notable-traits {
        }
 
        /* We don't display the help button on mobile devices. */
-       .help-button {
+       #help-button {
                display: none;
        }
        .search-container > div {