mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Add style for tables
This commit is contained in:
parent
c58f078d44
commit
b38ee016c3
1 changed files with 10 additions and 1 deletions
|
@ -33,6 +33,16 @@ a:hover, a:focus {
|
||||||
color: #376e04;
|
color: #376e04;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table:not(.footnote) {
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
table:not(.footnote) td {
|
||||||
|
border: 1px #cbb solid;
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
background: url(img/icon.png) no-repeat top left;
|
background: url(img/icon.png) no-repeat top left;
|
||||||
color: #a40000;
|
color: #a40000;
|
||||||
|
@ -119,7 +129,6 @@ nav ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li {
|
nav li {
|
||||||
|
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue