From: Laury GvR Date: Tue, 6 Jan 2015 22:13:07 +0000 (-0500) Subject: Nextgen templates, cellphone fix, image alignment fix X-Git-Tag: v1.0.0~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7ce3ef05617cb21ad6da9b7ac25bc6c8cc36a491;p=WP-Themes%2FWildBillsATVs.git Nextgen templates, cellphone fix, image alignment fix --- diff --git a/nggallery/album-glmalbums.php b/nggallery/album-glmalbums.php new file mode 100644 index 0000000..b971e71 --- /dev/null +++ b/nggallery/album-glmalbums.php @@ -0,0 +1,64 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + +
+ + + + +
+
+ +
+ + + + +

+ > + title); ?> + +

+ + +
+ + + + +
+ +
+ + diff --git a/nggallery/gallery-glmphotos.php b/nggallery/gallery-glmphotos.php new file mode 100644 index 0000000..74ac570 --- /dev/null +++ b/nggallery/gallery-glmphotos.php @@ -0,0 +1,55 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + + + + + + + + + diff --git a/nggallery/gallery-glmvideos.php b/nggallery/gallery-glmvideos.php new file mode 100644 index 0000000..2803508 --- /dev/null +++ b/nggallery/gallery-glmvideos.php @@ -0,0 +1,74 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + + + diff --git a/style.css b/style.css index c872483..a934fc1 100644 --- a/style.css +++ b/style.css @@ -323,4 +323,25 @@ html { position: relative !important; } -/* End MetaSlider */ \ No newline at end of file +/* End MetaSlider */ + +/* Images */ +img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { + border: 2px solid #b1b3b5; +} + +.alignright { + float: right; +} + +.alignleft { + float: left; +} +/* End Images */ + + +/* For fixing cellphones not showing phone numbers because of goofy auto-coloring */ +a[href^=tel]{ + color:inherit; + text-decoration:none; +} \ No newline at end of file