From 91bad4d6325040942d32c17e11db8aa71c9e4aa5 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 6 Jan 2015 17:08:02 -0500 Subject: [PATCH] Image alignment fixes, nextgen video templates --- nggallery/gallery-glmvideos.php | 74 +++++++++++++++++++++++++++++++++ style.css | 23 +++++++++- 2 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 nggallery/gallery-glmvideos.php 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 43970e4..eb8a405 100755 --- a/style.css +++ b/style.css @@ -508,4 +508,25 @@ ul, ol, dl { /* */ -/* End */ \ No newline at end of file +/* End */ + + +/* 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 -- 2.17.1