Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
remove bottom margin of .mediumInsert
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Aug 6, 2014
1 parent cfdf223 commit b137d1c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin-frontend.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

.mediumInsert {
margin: -1em 0 1em; }
margin: -1em 0; }
.mediumInsert figure {
margin: 0;
display: inline-block; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin-frontend.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

.mediumInsert {
margin: -1em 0 1em; }
margin: -1em 0; }
.mediumInsert figure {
margin: 0;
display: inline-block; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/sass/medium-editor-insert-plugin-frontend.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.mediumInsert {
margin: -1em 0 1em;
margin: -1em 0;

figure {
margin: 0;
Expand Down

0 comments on commit b137d1c

Please sign in to comment.