Remove superfluous Sass declarations.

This commit is contained in:
Parker Moore 2015-01-17 16:02:33 -08:00
parent 6081fcd75a
commit aaea08e094
1 changed files with 2 additions and 6 deletions

View File

@ -834,14 +834,10 @@ td {
padding: .5em .75em;
}
td p, td ul, article td li {
td p {
margin: 0;
}
td ul {
padding: 0 0 0 1.2em;
}
th {
text-transform: uppercase;
font-size: 16px;
@ -865,7 +861,7 @@ tbody td {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 );
}
td p, td ul {
td p {
font-size: 16px;
}