Permanently protected template

Template:Nowrap/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
m (Protected "Template:Nowrap/styles.css" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
mNo edit summary
 
Line 1: Line 1:
/* {{pp-template}} */
/* Prevent line breaks in silly places where desired (nowrap)
/* Prevent line breaks in silly places where desired (nowrap)
   and links when we don't want them to (nowraplinks a) */
   and links when we don't want them to (nowraplinks a) */

Latest revision as of 08:14, 25 July 2023

/* {{pp-template}} */
/* Prevent line breaks in silly places where desired (nowrap)
   and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
	white-space: nowrap;
}