mirror of
https://github.com/phodal/github
synced 2026-05-24 09:38:21 +00:00
Update style.css
This commit is contained in:
parent
67befb03e2
commit
1119516e21
1 changed files with 8 additions and 2 deletions
10
style.css
10
style.css
|
|
@ -142,9 +142,15 @@ pre code {
|
||||||
}
|
}
|
||||||
|
|
||||||
figure img {
|
figure img {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
ul li a {
|
ul li a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
@ -162,7 +168,7 @@ ul li ul a {
|
||||||
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin-bottom: 10px
|
margin: 10px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
|
@ -208,4 +214,4 @@ td,th {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
padding: .5em 1em
|
padding: .5em 1em
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue