From 5c3236c0ef538eb631451279493e5b6fa23fef73 Mon Sep 17 00:00:00 2001 From: Daku Date: Thu, 19 May 2016 15:40:44 +0100 Subject: [PATCH] installer css is only used once, so let's just inline it instead --- install.php | 36 ++++++++++++++++++++++++++++++++++-- lib/shimmie.css | 33 --------------------------------- 2 files changed, 34 insertions(+), 35 deletions(-) diff --git a/install.php b/install.php index fc76bfbd..0306b43b 100644 --- a/install.php +++ b/install.php @@ -11,7 +11,7 @@ * Initialise the database, check that folder * permissions are set properly. * - * This file should be independant of the database + * This file should be independent of the database * and other such things that aren't ready yet */ @@ -26,7 +26,39 @@ date_default_timezone_set('UTC'); Shimmie Installation - + diff --git a/lib/shimmie.css b/lib/shimmie.css index 8b350783..813f87ca 100644 --- a/lib/shimmie.css +++ b/lib/shimmie.css @@ -30,36 +30,3 @@ IMG.lazy {display: none;} margin: 8px; border: 1px solid #882; } - - -#installer { - background: #EEE; - font-family: "Arial", sans-serif; - font-size: 14px; - width: 512px; - margin: auto; - margin-top: 16px; - border: 1px solid black; - border-radius: 16px; -} -#installer A { - text-decoration: none; -} -#installer A:hover { - text-decoration: underline; -} -#installer H1, #installer H3 { - background: #DDD; - text-align: center; - margin: 0px; - padding: 2px; -} -#installer H1 { - border-bottom: 1px solid black; - border-radius: 16px 16px 0px 0px; -} -#installer H3 { - border-bottom: 1px solid black; - border-top: 1px solid black; - margin-top: 32px; -}