Template:Center/styles.css

From Ekatra Foundation
Revision as of 17:03, 5 December 2022 by en ws>ShakespeareFan00 (Make this behave more like an old style center.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* Basic alignment */
.wst-center {
	text-align: center;
    margin:0 auto 0 auto;
}

/*
 * p-wrapping gives us a hard 7px bottom margin that is undesireable when
 * trying to align another element just below us (like a horizontal rule).
 * This is a workaround for that by simply forcing the margin to zero.
 */
.wst-center.wst-center-nomargin > p {
	margin-bottom: 0;
}