mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2024-11-29 05:23:50 +01:00
Found out about border-spacing
This commit is contained in:
parent
cec1b5d4f8
commit
80efd5456b
|
@ -76,7 +76,7 @@ header{text-transform: capitalize; text-align:center;border-bottom:2pt solid; fo
|
||||||
-moz-animation: gay 8s ease-in-out infinite;
|
-moz-animation: gay 8s ease-in-out infinite;
|
||||||
-webkit-animation: gay 8s ease-in-out infinite;
|
-webkit-animation: gay 8s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
table{ border: 1pt solid; padding:1em; margin:1em 0; }
|
table{ border-spacing:0; border: 1pt solid; padding:1em; margin:1em 0; }
|
||||||
td{ border-bottom: 1pt dashed; }
|
td{ border-bottom: 1pt dashed; }
|
||||||
.posts{ overflow-x: auto; }
|
.posts{ overflow-x: auto; }
|
||||||
.post-meta{ color: var(--ansi08); border-bottom: 1pt solid var(--ansi15); padding-bottom:.25em; margin-bottom: 1em;}
|
.post-meta{ color: var(--ansi08); border-bottom: 1pt solid var(--ansi15); padding-bottom:.25em; margin-bottom: 1em;}
|
||||||
|
|
Loading…
Reference in a new issue