MediaWiki:Common.css: Difference between revisions

No edit summary
mNo edit summary
Line 427: Line 427:
body.page-Main_Page #siteSub{
body.page-Main_Page #siteSub{
     display : none;
     display : none;
}
.widget-box{
  background-color : #f8f8ff;
  padding:7px;
  margin-bottom:10px;
  border-radius : 0.6em 0.6em 0 0 ;
}
.widget-box .widget-header {
  background : #f5f5f5;
  border : 1px solid #d3d3d3;
  border-radius : 0.5em 0.5em 0 0 ;
  padding : 7px;
}
}