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 difference)
|
Revision as of 15:39, 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{
}