From 0c38eebe01224102ca466c5a0ef624b396d87304 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio.bekerle@tugraz.at>
Date: Tue, 20 Jul 2021 10:54:13 +0200
Subject: [PATCH] Don't mention TU-Graz

---
 examples/dbp-official-signature-pdf-upload/index.html  | 2 +-
 examples/dbp-qualified-signature-pdf-upload/index.html | 2 +-
 examples/dbp-signature-verification/index.html         | 2 +-
 examples/dbp-signature/index.html                      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/dbp-official-signature-pdf-upload/index.html b/examples/dbp-official-signature-pdf-upload/index.html
index 5210ed2..3925306 100644
--- a/examples/dbp-official-signature-pdf-upload/index.html
+++ b/examples/dbp-official-signature-pdf-upload/index.html
@@ -24,7 +24,7 @@
             margin: 0;
         }
 
-        /* TU-Graz style override */
+        /* style override */
         html {
             --dbp-override-primary-bg-color: #245b78;
             --dbp-override-primary-button-border: solid 1px #245b78;
diff --git a/examples/dbp-qualified-signature-pdf-upload/index.html b/examples/dbp-qualified-signature-pdf-upload/index.html
index 32a16d2..f602c88 100644
--- a/examples/dbp-qualified-signature-pdf-upload/index.html
+++ b/examples/dbp-qualified-signature-pdf-upload/index.html
@@ -24,7 +24,7 @@
             margin: 0;
         }
 
-        /* TU-Graz style override */
+        /* style override */
         html {
             --dbp-override-primary-bg-color: #245b78;
             --dbp-override-primary-button-border: solid 1px #245b78;
diff --git a/examples/dbp-signature-verification/index.html b/examples/dbp-signature-verification/index.html
index bbf4b5d..f19494f 100644
--- a/examples/dbp-signature-verification/index.html
+++ b/examples/dbp-signature-verification/index.html
@@ -22,7 +22,7 @@
             margin: 0;
         }
 
-        /* TU-Graz style override */
+        /* style override */
         html {
             --dbp-override-primary-bg-color: #245b78;
             --dbp-override-primary-button-border: solid 1px #245b78;
diff --git a/examples/dbp-signature/index.html b/examples/dbp-signature/index.html
index 3704c2b..b279a45 100644
--- a/examples/dbp-signature/index.html
+++ b/examples/dbp-signature/index.html
@@ -40,7 +40,7 @@
             margin: 0;
         }
 
-        /* TU-Graz style override */
+        /* style override */
         html {
             --dbp-override-primary-bg-color: #245b78;
             --dbp-override-primary-button-border: solid 1px #245b78;
-- 
GitLab