comparison basic.css @ 326:782c1520984e

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Feb 2022 19:38:30 +0200
parents 2c5ff6aa9845
children 8aa86090e85f
comparison
equal deleted inserted replaced
325:9a4297e59a40 326:782c1520984e
1 /* 1 /*
2 * Yet Another Image Gallery 2 * Yet Another Image Gallery
3 * -- Base CSS stylesheet 3 * -- Base CSS stylesheet
4 * Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org> 4 * Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
5 * (C) Copyright 2015-2020 Tecnic Software productions (TNSP) 5 * (C) Copyright 2015-2022 Tecnic Software productions (TNSP)
6 */ 6 */
7 html, body { 7 html, body {
8 /* Prevent automatic text size adjustment, which happens on some mobile browsers. */ 8 /* Prevent automatic text size adjustment, which happens on some mobile browsers. */
9 -webkit-text-size-adjust: 100%; 9 -webkit-text-size-adjust: 100%;
10 -moz-text-size-adjust: 100%; 10 -moz-text-size-adjust: 100%;