Difference between revisions of "MediaWiki:Common.css"
From Futuro De La Humanidad
Daniel Leech (talk | contribs) |
|||
| Line 27: | Line 27: | ||
h4{ | h4{ | ||
display: inline-block; | display: inline-block; | ||
| + | } | ||
| + | |||
| + | td, th { | ||
| + | padding-right: 10px; | ||
} | } | ||
Revision as of 23:53, 18 December 2018
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading {
display: none;
}
.FOMclock {
margin: 0 auto;
}
.FOMclock ul {
margin: 0 auto;
padding: 0;
text-align: inline
}
.FOMclock ul li {
display: inline;
}
.FOMdate {
display: inline;
}
.DateRange,
.DateDiv {
display: none;
}
h4{
display: inline-block;
}
td, th {
padding-right: 10px;
}