Kill trailing whitespace in scss files

This commit is contained in:
小太
2013-03-19 23:32:39 +11:00
parent 3ce4c704d4
commit 0da58dcb79
34 changed files with 212 additions and 212 deletions

View File

@@ -4,25 +4,25 @@ table.striped {
p {
margin: 0;
}
td, th {
padding: 4px 6px;
}
tbody {
tr {
border-bottom: 1px solid #CCC;
&:hover {
background-color: $highlight_color;
}
}
}
.number {
text-align: right;
}
thead {
tr {
border-bottom: 2px solid #666;
@@ -34,7 +34,7 @@ table.striped {
color: #333;
}
}
tr.even {
background-color: #FAFAFA;
}