This commit is contained in:
albert
2011-10-15 04:07:32 -04:00
parent b378a15b37
commit 2605aad129
3 changed files with 19 additions and 3 deletions

View File

@@ -1,26 +1,38 @@
@import "000_vars.css.scss";
table.striped {
p {
margin: 0;
}
td, th {
padding: 2px 4px;
padding: 4px 6px;
}
tbody {
tr {
border-bottom: 1px solid $border_color;
}
tr:hover {
background-color: #FFE;
background-color: $reverse_highlight_color;
}
}
thead {
tr {
border-bottom: 2px solid #666;
}
th {
font-weight: bold;
text-align: left;
color: #333;
padding: 8px 6px;
}
}
tr.even {
background-color: #EEE;
background-color: #FAFAFA;
}
}