Difference between revisions of "User:Roven/common.css"

From ImperianWiki
Jump to navigation Jump to search
(Created page with '.prettytable { border-collapse: collapse; color: #333333; } .prettytable tr { border-bottom: 1px solid #e6e6e6; padding: 0; margin: 0; } .prettytable tr:first-chil…')
 
(No difference)

Latest revision as of 21:47, 11 May 2013

.prettytable {
   border-collapse: collapse;
   color: #333333;
}
.prettytable tr {
   border-bottom: 1px solid #e6e6e6;
   padding: 0;
   margin: 0;
}
.prettytable tr:first-child {
   border-top: 1px solid #e6e6e6;
}
.prettytable th {
   padding: 4px 8px 4px 8px;
   background-color: #f7f7f7;
   text-align: left;
}
.prettytable td {
   padding: 3px 8px 3px 8px;
   background-color: #fefefe;
}