Difference between revisions of "MediaWiki:Chameleon.css"

From Expat Wiki
Jump to navigation Jump to search
(Created page with "→‎Logo: its own size.: .p-navbar .navbar-brand img { height: auto; position: static; } →‎Minimum Paragraph Widths in Fluid Layouts: p:before { content: ""; widt...")
(No difference)

Revision as of 01:21, 22 July 2022

/* Logo: its own size. */
.p-navbar .navbar-brand img {
  height: auto;
  position: static;
}

/* Minimum Paragraph Widths in Fluid Layouts */
p:before {
  content: "";
  width: 10em;
  display: block;
  overflow: hidden;
}