Skip to content

Commit ad90840

Browse files
committed
Site updated: 2016-12-03 13:23:05
1 parent 63f1310 commit ad90840

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

css/page.css

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -766,35 +766,28 @@ ul.demo li {
766766
margin: 1em 0;
767767
}
768768
.content > table {
769-
border: 1px solid #ddd;
769+
border: 2px solid $white;
770770
margin: 1.2em auto;
771771
padding: 1em;
772-
border-collapse: collapse;
773772
}
774773
.content > table td,
775774
.content > table th {
776775
line-height: 1.6em;
777-
padding: 0.5em;
776+
padding: 0.5em 1.4em;
778777
border: none;
779778
}
780-
.content > table td:first-child,
781-
.content > table th:first-child {
782-
padding-left: 1.4em;
783-
}
784-
.content > table td:last-child,
785-
.content > table th:last-child {
786-
padding-right: 1.4em;
779+
.content > table td {
780+
background-color: #fcfcfc;
787781
}
788782
.content > table th {
783+
background-color: #42b983;
784+
color: #fff;
789785
padding-top: 0.85em;
790786
padding-bottom: 0.85em;
791787
text-align: left;
792788
}
793-
.content > table tbody tr:nth-child(2n - 1) {
794-
background-color: #fdfdfd;
795-
}
796-
.content > table tbody tr:last-child td {
797-
padding-bottom: 1.2em;
789+
.content > table tbody code {
790+
background-color: #efefef;
798791
}
799792
.content p.tip {
800793
padding: 12px 24px 12px 30px;

0 commit comments

Comments
 (0)