MediaWiki:Common.css: Difference between revisions

m
took out that the buttons on the main page disappear when screen gets too small
(removed some unnecessary comments)
m (took out that the buttons on the main page disappear when screen gets too small)
Line 201: Line 201:
     width:220px;
     width:220px;
}
}
/* If screen size is < 1200px, do not display the buttons on the page.*/
 
@media screen and (max-width: 1199px) {
 
  #all_countries_list,
  #africa_list, #asia_list, #british_isles_list, #caribbean_list, #central_america_list, #europe_list, #middle_east_list, #north_america_list, #pacific_list, #south_america_list {
    display: none;
  }
   #all_countries_countries {
   #all_countries_countries {
   display: block!important;
   display: block!important;
   }
   }
}
 
#guided_research{
#guided_research{
     border:1px solid black;
     border:1px solid black;
2,664

edits