From 13cdec372759c99ed9c838a45b36f841f764c61d Mon Sep 17 00:00:00 2001 From: Phu Tu Date: Thu, 21 Sep 2023 14:17:09 +0200 Subject: [PATCH] Add link to usage policy, #1897 --- web/app/views/api.scala.html | 5 ++++- web/public/stylesheets/resources.css | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/web/app/views/api.scala.html b/web/app/views/api.scala.html index bc168c897..ca5291725 100644 --- a/web/app/views/api.scala.html +++ b/web/app/views/api.scala.html @@ -37,7 +37,10 @@
API-Grundlagen
diff --git a/web/public/stylesheets/resources.css b/web/public/stylesheets/resources.css index 38261d2a5..1b501cb69 100644 --- a/web/public/stylesheets/resources.css +++ b/web/public/stylesheets/resources.css @@ -310,3 +310,11 @@ h5 { height: 1.4em } +#usage-policy { + margin-top: 20px; + /* + setting standard background-color for .alert-info + https://getbootstrap.com/docs/3.3/components/#alerts + */ + background-color: #d9edf7; +}