Difference between revisions of "MediaWiki:Common.css"

(Created page with "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; }")
 

/* 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; }

/* 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;
            
            }
Line 8: Line 8:
 
#toc h2 {
 
#toc h2 {
 
border-bottom: 0;
 
border-bottom: 0;
 +
}
 +
 +
.bs-layout-container-banner img {
 +
max-width: 100%;
 +
height: auto;
 
}
 
}