mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Add a padding between the footer elements
This commit is contained in:
parent
1f985e0ca5
commit
d4f15be5a9
1 changed files with 2 additions and 1 deletions
|
@ -268,11 +268,12 @@ footer ul {
|
||||||
|
|
||||||
footer li {
|
footer li {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 0 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer li a {
|
footer li a {
|
||||||
color: #a40000;
|
color: #a40000;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer li a:hover {
|
footer li a:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue