X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;h=44e360d47c7f094b409490997993e3b951d2874e;hp=e06e65af103a62f38f46680a75ae6e804e7e2981;hb=94784b38b15864616598a9d9e24e3945fe8dd4b1;hpb=b9bad7137ebc39fc083b04b3a17db5555f6b6f22 diff --git a/include/gallery.css b/include/gallery.css index e06e65a..44e360d 100644 --- a/include/gallery.css +++ b/include/gallery.css @@ -3,9 +3,20 @@ This is a part of mkgallery.pl suite http://www.average.org/mkgallery/ + + DO NOT EDIT THIS FILE OR FACE RISK OF PROBLEMS ON UPGRADE + Instead, include custom modifications into custom.css */ -img { +h2.ititle { + text-align: center; +} + +h2.atitle { + text-align: center; +} + +img.thumbnail { clear:both; border-style: inset; border-color: gray; @@ -13,6 +24,13 @@ img { margin: 0.2ex; } +img.mainformat { + clear:both; + border-style: none; + margin: 0px; + padding: 0px; +} + table.slide { float: left; width: 210px;