From 0d486360ec6ea184efd47cb47d0c541dc97c16be Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 1 Mar 2018 09:07:35 -0500 Subject: [PATCH] Moved some items around the creation menu --- stroll.html | 30 ++++++++++++++++++------------ style.css | 8 ++++++-- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/stroll.html b/stroll.html index 5ad109c..ec7942d 100644 --- a/stroll.html +++ b/stroll.html @@ -72,7 +72,7 @@
-
Welcome to Stroll 0.5.12
+
Welcome to Stroll 0.5.13
This game features 18+ content
Changelog
Telegram discussion group
@@ -138,7 +138,7 @@
-

Welcome to Stroll 0.5.12

+

Welcome to Stroll 0.5.13

This game features 18+ content

Changelog

Telegram discussion group

@@ -213,10 +213,6 @@ -
  • - - -
  • @@ -305,6 +301,10 @@
    +
  • + + +
  • @@ -348,12 +348,18 @@
  • - - -
  • -
  • - - +
    +
      + + +
      +
    • + + +
    • +
      +
    +
  • diff --git a/style.css b/style.css index 4e87658..f47bddd 100644 --- a/style.css +++ b/style.css @@ -230,7 +230,7 @@ body.dark .custom-category { } .custom-header-static { - font-size: 200%; + font-size: 250%; margin: 10px; display: inline-block; } @@ -244,7 +244,7 @@ body.dark .custom-header-static { } .custom-header { - font-size: 200%; + font-size: 250%; margin: 10px; display: inline-block; border-style: dotted; @@ -252,6 +252,10 @@ body.dark .custom-header-static { border-length: 5px; } +.custom-category-sub .custom-header { + font-size: 200%; +} + body.light .custom-header { color: #aaa; background: #ddd;