MediaWiki:Mobile.css: Difference between revisions
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
(One intermediate revision by the same user not shown) | |||
Line 210: | Line 210: | ||
#p-statcounter { | #p-statcounter { | ||
display: none; | display: none; | ||
} | |||
ul.mw-contributions-list .comment, ul.special .comment { | |||
clear: none; | |||
padding: 0; | |||
line-height: inherit; | |||
} | |||
.mw-changeslist-date, .mw-tag-markers { | |||
clear: none; | |||
} | |||
ul.mw-contributions-list li, ul.special li, | |||
.mw-changeslist-line { | |||
padding: 0; | |||
border-bottom: 0; | |||
min-height: 0; | |||
list-style: disc; | |||
} | } |