]> git.lizzy.rs Git - rust.git/commitdiff
Remove unused CSS rules
authorGuillaume Gomez <guillaume.gomez@huawei.com>
Fri, 24 Jun 2022 13:44:18 +0000 (15:44 +0200)
committerGuillaume Gomez <guillaume.gomez@huawei.com>
Tue, 28 Jun 2022 12:02:21 +0000 (14:02 +0200)
src/librustdoc/html/static/css/rustdoc.css
src/librustdoc/html/static/css/themes/ayu.css
src/librustdoc/html/static/css/themes/dark.css
src/librustdoc/html/static/css/themes/light.css

index 5d0756d30fb53e52907844fd9e7980bfe19f660a..a4d0b588abba7b6d591eeba41d523006a2dbaed5 100644 (file)
@@ -629,11 +629,6 @@ h2.location a {
        display: block;
 }
 
-.invisible {
-       width: 100%;
-       display: inline-block;
-}
-
 .content .in-band {
        flex-grow: 1;
        margin: 0px;
index b7d0db1f0020f09c291182ee6b4316ff40b743f7..d9a7883b107397ab2c2febf9a6864a58948466cf 100644 (file)
@@ -62,10 +62,6 @@ h4 {
        background-color: #0f1419;
 }
 
-.invisible {
-       background: rgba(0, 0, 0, 0);
-}
-
 .docblock code {
        color: #ffb454;
 }
index eb64ef3e7710bbdb4a192d321ce1c0dd5d861f4e..e4449736916137f5e613494306d870d1ee52dac3 100644 (file)
@@ -49,10 +49,6 @@ h2, h3, h4 {
        background-color: #353535;
 }
 
-.invisible {
-       background: rgba(0, 0, 0, 0);
-}
-
 .docblock code, .docblock-short code {
        background-color: #2A2A2A;
 }
index 00cdf83589716c5a98d48201c7a02a1aebcd690d..c31b19cef6383123c148a9f88154a3ebaea0047f 100644 (file)
@@ -51,10 +51,6 @@ h2, h3, h4 {
        background-color: white;
 }
 
-.invisible {
-       background: rgba(0, 0, 0, 0);
-}
-
 .docblock code, .docblock-short code {
        background-color: #F5F5F5;
 }