projects
/
WP-Themes
/
WildBillsATVs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c19d7
)
Nivo sliders margin fix
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 2 Jan 2015 18:22:42 +0000
(13:22 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 2 Jan 2015 18:22:42 +0000
(13:22 -0500)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
c26c90d
..
c872483
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-313,4
+313,14
@@
html {
.ngg-gallery-thumbnail img {
width: 100%;
}
-/* End Nextgen Gallery */
\ No newline at end of file
+/* End Nextgen Gallery */
+
+/* MetaSlider */
+.nivo-main-image {
+ margin: 0 !important;
+}
+.nivo-caption {
+ position: relative !important;
+}
+
+/* End MetaSlider */
\ No newline at end of file