Autochecked users, Bureaucrats, Editors, Interface administrators, recentchangescleanup, Reviewers, rollback, Suppressors, Administrators
253
edits
No edit summary |
No edit summary |
||
Line 192: | Line 192: | ||
.cnotice { | .cnotice { | ||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
} | |||
/* Divs for changing the main page from tables to css */ | |||
.divTable{ | |||
display: table; | |||
width: 100%; | |||
} | |||
.divTableRow { | |||
display: table-row; | |||
} | |||
.divTableHeading { | |||
background-color: #EEE; | |||
display: table-header-group; | |||
} | |||
.divTableCell, .divTableHead { | |||
border: 0px solid #999999; | |||
display: table-cell; | |||
padding: 3px 10px; | |||
} | |||
.divTableHeading { | |||
background-color: #EEE; | |||
display: table-header-group; | |||
font-weight: bold; | |||
} | |||
.divTableFoot { | |||
background-color: #EEE; | |||
display: table-footer-group; | |||
font-weight: bold; | |||
} | |||
.divTableBody { | |||
display: table-row-group; | |||
} | } |
edits