MediaWiki:Common.css: Difference between revisions

Content deleted Content added
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
m Add a green style to the other button
Line 108: Line 108:
}
}
.demo-viewpage p {
.demo-viewpage p {
margin-top: 0;
margin-top: 1px; /* not in em becuase the item it needs to match .mw-ui-button has fixed px padding for some strange reason */
margin-bottom: 0;
margin-bottom: 0;
font-size:smaller;
font-size:smaller;
}

.demo-viewpage p a {
color: white;
padding: 0.6em 1em;
background-color: rgb(75, 148, 41);
border-radius: 2px;
font-weight: bold;
border: rgb(56, 111, 30);
}
}