summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-11-05 02:13:44 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-11-05 02:13:44 -0500
commite1e02357af6e2c5851aad799f4b5e78a990a2790 (patch)
treeb6e1d4343ae023e52beacff3da56337f5bef5ee8 /src/SMAPI.Web/wwwroot
parent6bf3734e4ac3efd4a7c32601c81878e38cfbeac0 (diff)
downloadSMAPI-e1e02357af6e2c5851aad799f4b5e78a990a2790.tar.gz
SMAPI-e1e02357af6e2c5851aad799f4b5e78a990a2790.tar.bz2
SMAPI-e1e02357af6e2c5851aad799f4b5e78a990a2790.zip
add privacy page
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/index.css5
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/privacy.css3
2 files changed, 8 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/index.css b/src/SMAPI.Web/wwwroot/Content/css/index.css
index 514e1a5c..979af4af 100644
--- a/src/SMAPI.Web/wwwroot/Content/css/index.css
+++ b/src/SMAPI.Web/wwwroot/Content/css/index.css
@@ -93,6 +93,11 @@ h1 {
display: block;
}
+.sublinks {
+ font-size: 0.9em;
+ margin-bottom: 1em;
+}
+
/*********
** Subsections
*********/
diff --git a/src/SMAPI.Web/wwwroot/Content/css/privacy.css b/src/SMAPI.Web/wwwroot/Content/css/privacy.css
new file mode 100644
index 00000000..94bc68a9
--- /dev/null
+++ b/src/SMAPI.Web/wwwroot/Content/css/privacy.css
@@ -0,0 +1,3 @@
+h3 {
+ border: 0;
+}