Remove unused item-row
CSS class
This commit is contained in:
parent
c62b732724
commit
20443dbe1b
3 changed files with 3 additions and 3 deletions
|
@ -2473,7 +2473,7 @@ in src-script.js and main.js
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Display an alternating layout on tablets and phones */
|
/* 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;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ pub mod sub {
|
||||||
}
|
}
|
||||||
|
|
||||||
//@ count foo/index.html '//a[@class="mod"][@title="mod foo::prelude"]' 1
|
//@ 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 {}
|
pub mod prelude {}
|
||||||
|
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
|
|
|
@ -13,5 +13,5 @@ pub mod sub {
|
||||||
pub use sub::*;
|
pub use sub::*;
|
||||||
|
|
||||||
//@ count foo/index.html '//a[@class="mod"][@title="mod foo::prelude"]' 1
|
//@ 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 {}
|
pub mod prelude {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue