projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109aacd
)
Add border by default on alignnone images
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 27 May 2015 16:03:52 +0000
(12:03 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 27 May 2015 16:03:52 +0000
(12:03 -0400)
root/scss/_wordpress.scss
patch
|
blob
|
history
diff --git
a/root/scss/_wordpress.scss
b/root/scss/_wordpress.scss
index
36fb768
..
0edb5a7
100644
(file)
--- a/
root/scss/_wordpress.scss
+++ b/
root/scss/_wordpress.scss
@@
-36,7
+36,7
@@
img.alignleft {
padding: 0;
display: inline;
}
-img.alignleft, img.alignright, img.aligncenter, div.wp-caption img {
+img.alignleft, img.alignright, img.aligncenter,
img.alignnone,
div.wp-caption img {
border: 1px solid $charcoal;
}