Files
danbooru/app/assets/stylesheets/common/tables.css.scss
2011-10-03 13:41:32 -04:00

27 lines
279 B
SCSS

table.striped {
p {
margin: 0;
}
td, th {
padding: 2px 4px;
}
tbody {
tr:hover {
background-color: #FFE;
}
}
thead {
th {
font-weight: bold;
text-align: left;
}
}
tr.even {
background-color: #EEE;
}
}