comparison basic.css @ 199:d03fad24f4bc

Make separate containing div elements for gallery and image view page types.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Mar 2018 15:29:54 +0200
parents cd09052cf5db
children 7b08e19f5a0e
comparison
equal deleted inserted replaced
198:cd09052cf5db 199:d03fad24f4bc
16 color: yellow; 16 color: yellow;
17 text-shadow: 1px 1px 2px #000; 17 text-shadow: 1px 1px 2px #000;
18 } 18 }
19 19
20 20
21 #pageContents { 21 #galleryPage, #imagePage {
22 padding: 0; 22 padding: 0;
23 margin: 0; 23 margin: 0;
24 }
25
26
27 #imagePage {
24 } 28 }
25 29
26 30
27 h1 { 31 h1 {
28 font-size: 1.5em; 32 font-size: 1.5em;