Update style.css

This commit is contained in:
Fengda Huang 2016-03-31 07:59:54 +08:00
parent 67befb03e2
commit 1119516e21

View file

@ -142,9 +142,15 @@ pre code {
}
figure img {
display: block;
margin: 0 auto;
max-width: 100%;
}
figcaption {
text-align: center;
}
ul li a {
font-weight: bold;
}
@ -162,7 +168,7 @@ ul li ul a {
table {
margin-bottom: 10px
margin: 10px auto;
}
thead {
@ -208,4 +214,4 @@ td,th {
margin: 0;
overflow: visible;
padding: .5em 1em
}
}