mirror of
https://codeberg.org/mclemens/amberterm.git
synced 2024-11-16 18:36:02 -05:00
changed table layout
This commit is contained in:
parent
77f26e2c31
commit
f32d8cbf54
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user