# HG changeset patch # User Matti Hamalainen # Date 1521746557 -7200 # Node ID 024b22f8401a4bc0eb639fc199e4fbb932fcdd82 # Parent 3209568d2a69dd9ce75d0b6ae3e00b3c86c5105a Add copyright blurb here as well. diff -r 3209568d2a69 -r 024b22f8401a basic.css --- 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 + * (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;