Difference between revisions of "MediaWiki:Common.css"

/* CSS placed here will be applied to all skins */

h2 { border-bottom: 1px solid rgb(51, 51, 51); padding-bottom: 2px; }

  1. toc h2 {

border-bottom: 0; }

.bs-layout-container-banner img { max-width: 100%; height: auto; }

.bs-layout-box .bs-layout-box-image img { height: auto; }

/* CSS placed here will be applied to all skins */
        
        
        
        h2 {
        
        	border-bottom: 1px solid rgb(51, 51, 51);
        
        	padding-bottom: 2px;
        
        }
        
        
        
        #toc h2 {
        
        	border-bottom: 0;
        
        }
        
        
        
        .bs-layout-container-banner img {
        
        	max-width: 100%;
        
        	height: auto;
        
        }
            
            
            
            .bs-layout-box .bs-layout-box-image img {
            
            	height: auto;
            
            }
Line 12: Line 12:
 
.bs-layout-container-banner img {
 
.bs-layout-container-banner img {
 
max-width: 100%;
 
max-width: 100%;
 +
height: auto;
 +
}
 +
 +
.bs-layout-box .bs-layout-box-image img {
 
height: auto;
 
height: auto;
 
}
 
}