From 86af3e529e756e861f41ad3b0b29e557787711ee Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Mon, 19 Jun 2017 02:35:40 -0400 Subject: [PATCH] More css and a bit of rephrasing... --- questions.html | 12 +++++++++--- resources/questions/scenarios.json | 2 +- resources/questions/style.css | 9 ++++++--- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/questions.html b/questions.html index b7e949c..27f2b9c 100644 --- a/questions.html +++ b/questions.html @@ -42,16 +42,22 @@
  • Gender
  • + + + + diff --git a/resources/questions/scenarios.json b/resources/questions/scenarios.json index 12d021d..42934d0 100644 --- a/resources/questions/scenarios.json +++ b/resources/questions/scenarios.json @@ -30,7 +30,7 @@ "other": true }, { - "name": "harrassment", + "name": "gio", "description": "One of your friends is upset. Someone has been harrassing them, asking for innapropriate pictures, constantly private messaging them without their consent.
    Your friend is visibly uncomfortable, what would be your first action?", "options":[ diff --git a/resources/questions/style.css b/resources/questions/style.css index 85ff7b6..32d1d68 100644 --- a/resources/questions/style.css +++ b/resources/questions/style.css @@ -3,10 +3,7 @@ html{ width: 600px; background-color: lightgray; } -li, li p{ - font-family: "Times New Roman"; -} h2 { font-family: "Lucida Sans Unicode"; font-weight: lighter; @@ -22,6 +19,12 @@ p { font-family: Georgia; font-size: 17px; } +li{ + list-style-type: none; +} +li, li p{ + font-family: "Times New Roman"; +} .aside{ color: rgb(250, 250, 250);