Remove unused item-row CSS class

This commit is contained in:
Guillaume Gomez 2025-01-18 15:48:14 +01:00
parent c62b732724
commit 20443dbe1b
3 changed files with 3 additions and 3 deletions

View file

@ -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;
}

View file

@ -10,7 +10,7 @@ pub mod 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 {}
#[doc(inline)]

View file

@ -13,5 +13,5 @@ pub mod sub {
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 {}