stile tabelle
This commit is contained in:
parent
72f22d0692
commit
c773fbf5f1
1 changed files with 16 additions and 2 deletions
|
@ -29,9 +29,23 @@ p {
|
|||
code {
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
}
|
||||
th {
|
||||
font-weight: normal;
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
margin: 1em 0 0;
|
||||
width: 100%;
|
||||
}
|
||||
th, td {
|
||||
padding: 2px 0 2px 2px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
th {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top:15px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue