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/app/views/main.scala.html b/web/app/views/main.scala.html index eb07c51ab..370545152 100644 --- a/web/app/views/main.scala.html +++ b/web/app/views/main.scala.html @@ -58,6 +58,7 @@ @@ -70,9 +71,10 @@
NRW-Wappen   - lobid-resources | ein LOD-Dienst des hbz — Hochschulbibliothekszentrum des Landes NRW + lobid-resources | ein Dienst des hbz + Gewährleistung | Impressum | Datenschutz | Twitter  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; +}