Update
This commit is contained in:
parent
e4ac7bfe6e
commit
cafa9c826c
8 changed files with 141 additions and 10 deletions
|
@ -28,6 +28,7 @@ h1, h2
|
|||
background-color: #aba;
|
||||
text-align: center;
|
||||
color: #300;
|
||||
text-shadow: 1px 1px 0 #fff;
|
||||
}
|
||||
|
||||
h3
|
||||
|
@ -47,7 +48,7 @@ pre, code
|
|||
|
||||
pre
|
||||
{
|
||||
font-size: 15px;
|
||||
font-size: 14px;
|
||||
max-width: 800px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -70,6 +71,7 @@ td, th
|
|||
border-right: 2px solid white;
|
||||
border-bottom: 2px solid #444;
|
||||
border-left: 2px solid #444;
|
||||
cursor: cell;
|
||||
}
|
||||
|
||||
th
|
||||
|
@ -79,6 +81,7 @@ th
|
|||
|
||||
a
|
||||
{
|
||||
cursor: zoom-in;
|
||||
color: #00c;
|
||||
text-decoration: underline;
|
||||
text-decoration-style: wavy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue