Remove superfluous Sass declarations.
This commit is contained in:
parent
6081fcd75a
commit
aaea08e094
|
@ -834,14 +834,10 @@ td {
|
||||||
padding: .5em .75em;
|
padding: .5em .75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
td p, td ul, article td li {
|
td p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
td ul {
|
|
||||||
padding: 0 0 0 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -865,7 +861,7 @@ tbody td {
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 );
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
td p, td ul {
|
td p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue