Update
This commit is contained in:
parent
da2efa0183
commit
d59533548b
1 changed files with 15 additions and 0 deletions
15
style.css
Normal file
15
style.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
pre, code
|
||||
{
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table td, th
|
||||
{
|
||||
border: 1px solid black;
|
||||
padding: 4px;
|
||||
}
|
Loading…
Reference in a new issue