mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Remove unused item-row CSS class
This commit is contained in:
@@ -2473,7 +2473,7 @@ in src-script.js and main.js
|
||||
}
|
||||
|
||||
/* Display an alternating layout on tablets and phones */
|
||||
.item-row, .search-results > a, .search-results > a > div {
|
||||
.search-results > a, .search-results > a > div {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ pub mod prelude {
|
||||
}
|
||||
|
||||
//@ count foo/index.html '//a[@class="mod"][@title="mod foo::prelude"]' 1
|
||||
//@ count foo/prelude/index.html '//div[@class="item-row"]' 0
|
||||
//@ count foo/prelude/index.html '//ul[@class="item-table"]' 0
|
||||
pub mod prelude {}
|
||||
|
||||
#[doc(inline)]
|
||||
|
||||
@@ -13,5 +13,5 @@ pub mod prelude {
|
||||
pub use sub::*;
|
||||
|
||||
//@ count foo/index.html '//a[@class="mod"][@title="mod foo::prelude"]' 1
|
||||
//@ count foo/prelude/index.html '//div[@class="item-row"]' 0
|
||||
//@ count foo/prelude/index.html '//ul[@class="item-table"]' 0
|
||||
pub mod prelude {}
|
||||
|
||||
Reference in New Issue
Block a user