User:Liu1126/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Commenting out settings, as already have shortdesc helper
Stopping display of WP:SDNONE in cats
Tag: Reverted
Line 11: Line 11:
}
}
*/
*/

.cat-shortdesc-none { display: none; }

Revision as of 22:15, 19 April 2024

/*
.shortdescription {
  display:block !important;
  white-space: pre-wrap;
}
.shortdescription::before { 
  content: "\A[Short description:\0020";
}
.shortdescription::after { 
  content: "]\A";
}
*/

.cat-shortdesc-none { display: none; }