diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-06-29 21:10:46 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-06-29 21:10:46 +0200 |
commit | 5c5014a95ae79af4b052b5011e7d0c11d6eae6a6 (patch) | |
tree | 2e01690505d48a296d1826096f974762f46380dc /_site/includes/dom/header.php | |
parent | d2733aa17b7932dfb78e97639e7d568ac41b9ee1 (diff) | |
download | unchainedtech-5c5014a95ae79af4b052b5011e7d0c11d6eae6a6.tar.gz unchainedtech-5c5014a95ae79af4b052b5011e7d0c11d6eae6a6.tar.bz2 unchainedtech-5c5014a95ae79af4b052b5011e7d0c11d6eae6a6.zip |
It's all done? Almost, just missing the RSS feed!
Diffstat (limited to '_site/includes/dom/header.php')
-rw-r--r-- | _site/includes/dom/header.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/_site/includes/dom/header.php b/_site/includes/dom/header.php index 7398567..079adb5 100644 --- a/_site/includes/dom/header.php +++ b/_site/includes/dom/header.php @@ -1,5 +1,6 @@ <?php +$listGetTimeout = 0; ob_start(); require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/markdown.php"; @@ -238,7 +239,7 @@ register_shutdown_function("customShutdown"); border: 1px solid #00ff00; } - .list-group-item:hover { + .list-group:not(.no-link) .list-group-item:hover { background: #00ff00; color: black !important; } @@ -289,6 +290,13 @@ register_shutdown_function("customShutdown"); box-shadow: none; } + #article-cover { + width: 100%; + height: 50vh; + background-size: cover; + background-position: center; + } + </style> </head> <body> |