MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: } #test{ height:500px !important; padding:5px; border: 1px black solid; } #button{ border:1px black solid; borde...") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#test{ | #test{ | ||
height:500px !important; | height:500px !important; | ||
Revision as of 15:56, 27 September 2019
/* CSS placed here will be applied to all skins */
#test{
height:500px !important;
padding:5px;
border: 1px black solid;
}
#button{
border:1px black solid;
border-radius: 10px;
width: 200px;
height: 30px;
text-align: center;
line-height: 30px;
}
#canvasnetwork{
}