]> www.average.org Git - mkgallery.git/blobdiff - include/gallery.css
remove rss reference, update todo
[mkgallery.git] / include / gallery.css
index e1ec8243a15c48c258527805c566e32a2fda5b3f..96800a8485a491b1aa393505254475623f183be1 100644 (file)
@@ -3,6 +3,9 @@
 
        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
 */
 
 h2.ititle {
@@ -289,3 +292,16 @@ table.picframe {
        color: #FFF;
        text-align: left;
 }
+
+div.slideimage {
+ position: relative;
+}
+
+div.geoloc {
+ position: absolute;
+ right: 0px;
+ top: 0px;
+ width: 14px;
+ height: 14px;
+ background: url(smallglobe.png) no-repeat;
+}