changeset 218:024b22f8401a

Add copyright blurb here as well.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Mar 2018 21:22:37 +0200
parents 3209568d2a69
children 0073439eff6d
files basic.css
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Thu Mar 22 21:19:17 2018 +0200
+++ b/basic.css	Thu Mar 22 21:22:37 2018 +0200
@@ -1,4 +1,11 @@
+/*
+ * Yet Another Image Gallery
+ * -- Base CSS stylesheet
+ * Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+ * (C) Copyright 2015-2018 Tecnic Software productions (TNSP)
+ */
 html {
+	/* Prevent automatic text size adjustment, which happens on some mobile browsers. */
 	-webkit-text-size-adjust: none;
 	-moz-text-size-adjust: none;
 	-ms-text-size-adjust: none;