]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/css/rustdoc.css
Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right, r=GuillaumeGomez
[rust.git] / src / librustdoc / html / static / css / rustdoc.css
index c3f4105805e23426a7b482e20c0992bdd53ea22a..0db841db727319e9a3a3bc0e1ad651fd1b3ffb82 100644 (file)
@@ -159,7 +159,6 @@ h1.fqn {
 .main-heading {
        display: flex;
        flex-wrap: wrap;
-       justify-content: space-between;
        padding-bottom: 6px;
        margin-bottom: 15px;
 }
@@ -920,7 +919,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
 }
 
 .popover {
-       font-size: 1rem;
        position: absolute;
        right: 0;
        z-index: 2;
@@ -928,7 +926,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
        margin-top: 7px;
        border-radius: 3px;
        border: 1px solid var(--border-color);
-       font-size: 1rem;
        --popover-arrow-offset: 11px;
 }