diff --git a/README.md b/README.md index bf21796..6ae5c88 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Fork of the experimental KIT theme from kit-ausbildung.de, adapted to Wordpres. * Seiten: FAQ, Impressum, Datenschutz * Klicken auf MenĂ¼ erstellen * Position im Theme: Footer MenĂ¼ + * Suchseite anlegen https://codex.wordpress.org/Creating_a_Search_Page#Using_the_page.php * **From the appstore:** The most recent and stable version of the app can be found in the [official appstore](https://apps.nextcloud.com/apps/radio). * **Using git:** In your `nextcloud/apps/` directory, run `git clone https://git.project-insanity.org/onny/nextcloud-app-radio.git radio`. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Radio app. * **Using the zip archive:** Download the latest [tar.bz2 archive](https://git.project-insanity.org/onny/nextcloud-app-radio/repository/archive.tar.bz2?ref=master), extract the directory inside your `nextcloud/apps/` directory, and rename it to `radio`. For stable releases, you can also download one of the [releases](https://git.project-insanity.org/onny/nextcloud-app-radio/) tar.bz2 archives. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Radio app. diff --git a/kit/css/header.css b/kit/css/header.css index ae0f781..54a93e0 100644 --- a/kit/css/header.css +++ b/kit/css/header.css @@ -10,6 +10,10 @@ header { background-color: #ffffff; } +body.logged-in header { + top: 31px; +} + header::after { content: ''; position: absolute;