mirror of
https://github.com/phodal/github
synced 2026-05-22 08:38:23 +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 {
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue