changed table layout

This commit is contained in:
micha 2022-12-20 12:16:16 +01:00
parent 77f26e2c31
commit f32d8cbf54
2 changed files with 10 additions and 4 deletions

View File

@ -8,7 +8,7 @@
<title>{{ .Site.Title }}</title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="{{ "css/style.css?v1.39" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css?v1.41" | relURL }}">
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
{{- end }}
@ -21,4 +21,4 @@
{{ block "main" . }}{{ end }}
{{ partial "footer" . }}
</body>
</html>
</html>

View File

@ -13,8 +13,8 @@ body{
max-width:800px;
margin:40px auto;
padding:0 10px;
font:16px/1.5 monospace;
text-align: justify;
font:14px/1.5 monospace;
text-align: left;
color:var(--fontcolor); background: var(--bgcolor)
}
a:link{
@ -86,3 +86,9 @@ div.ascii-art a{
div.nav a {
text-decoration: none;
}
table, th, td {
border: 1px solid;
border-collapse: collapse;
padding-left: 10px;
padding-right: 10px;
}