forked from Cavemanon/cavepaintings
improvements to run inside docker
This commit is contained in:
@@ -29,7 +29,7 @@ and of course start organising your images :-)
|
||||
";
|
||||
$page->set_title("Welcome to Shimmie ".VERSION);
|
||||
$page->set_heading("Welcome to Shimmie");
|
||||
$page->add_block(new Block("Installation Succeeded!", $text, "main", 0));
|
||||
$page->add_block(new Block("Nothing here yet!", $text, "main", 0));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -58,10 +58,10 @@ IMG.lazy {display: none;}
|
||||
padding: 2px;
|
||||
}
|
||||
#installer H1 {
|
||||
border-bottom: 1px solid black;
|
||||
border-radius: 16px 16px 0 0;
|
||||
}
|
||||
#installer H3 {
|
||||
border-top: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
#installer TH {
|
||||
|
Reference in New Issue
Block a user