diff --git a/css/wah.css b/css/wah.css index 82436c5..2f75a36 100644 --- a/css/wah.css +++ b/css/wah.css @@ -25,6 +25,7 @@ body { font-family: serif; } +/*noinspection CssUnknownTarget*/ body::before { content: ""; position: fixed; @@ -85,6 +86,8 @@ div.page-container > div { padding: 10px; border: var(--border); margin-bottom: 20px; + /* temporary */ + /* height: 600px; */ } div.page-container > div:last-child { @@ -97,7 +100,6 @@ div#header { grid-template-rows: 1fr; grid-column-gap: 15px; grid-row-gap: 0px; - align-items: center; } div#header img { @@ -139,6 +141,24 @@ div#footer div:last-child { text-align: right; } +/* -------------------------------------------------------------------------- */ + +table.almanac td:nth-child(odd) { + font-weight: bold; +} + +table.almanac td { + padding: 0 10px; +} + +table.almanac td:nth-child(even) { + padding: 0 15px; +} + +table.almanac { + min-width: 100%; +} + table.mx-datatable { width: 100%; border-collapse: collapse; @@ -161,24 +181,6 @@ table.mx-datatable tr td:nth-child(2) { padding-right: 40px; } -/* --------------------------------- Now (/) -------------------------------- */ - -table.almanac td:nth-child(odd) { - font-weight: bold; -} - -table.almanac td { - padding: 0 10px; -} - -table.almanac td:nth-child(even) { - padding: 0 15px; -} - -table.almanac { - min-width: 100%; -} - table.current-conditions tr td:nth-child(odd) { font-weight: bold; } diff --git a/index.php b/index.php index d8561b9..85a0e8a 100644 --- a/index.php +++ b/index.php @@ -4,13 +4,13 @@