comparison basic.css @ 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 3b8fd5a7a4cf
comparison
equal deleted inserted replaced
217:3209568d2a69 218:024b22f8401a
1 /*
2 * Yet Another Image Gallery
3 * -- Base CSS stylesheet
4 * Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
5 * (C) Copyright 2015-2018 Tecnic Software productions (TNSP)
6 */
1 html { 7 html {
8 /* Prevent automatic text size adjustment, which happens on some mobile browsers. */
2 -webkit-text-size-adjust: none; 9 -webkit-text-size-adjust: none;
3 -moz-text-size-adjust: none; 10 -moz-text-size-adjust: none;
4 -ms-text-size-adjust: none; 11 -ms-text-size-adjust: none;
5 } 12 }
6 13