Template:Center/styles.css: Difference between revisions

Jump to navigation Jump to search
m
1 revision imported
m (1 revision imported)
m (1 revision imported)
 
(3 intermediate revisions by 3 users not shown)
Line 2: Line 2:
.wst-center {
.wst-center {
text-align: center;
text-align: center;
display:table; /* make this behave like an old style CENTER tag */
     margin:0 auto 0 auto;
     margin:0 auto 0 auto;
}
}
Line 11: Line 12:
  */
  */
.wst-center.wst-center-nomargin > p {
.wst-center.wst-center-nomargin > p {
margin-top: 0;
margin-bottom: 0;
margin-bottom: 0;
}
}

Navigation menu