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

Commit

Permalink
fix left margin on placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Apr 7, 2014
1 parent 52cab61 commit ff8eda4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor-insert-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "jQuery insert plugin for MediumEditor",
"main": [
"dist/js/medium-editor-insert-plugin.all.min.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin.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/js/medium-editor-insert-plugin.all.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor-insert-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "jQuery insert plugin for MediumEditor",
"license": "MIT",
"homepage": "https://github.com/orthes/medium-editor-images-plugin",
Expand Down
4 changes: 2 additions & 2 deletions src/sass/medium-editor-insert-plugin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ q, blockquote {
}
.mediumInsert-placeholder {
position: relative;
margin-left: 80px;
margin-left: 40px;
text-align: center;
.mediumInsert-images {
img {
Expand Down Expand Up @@ -205,4 +205,4 @@ q, blockquote {
// display: block;
// font-size: 14px;
// }
// }
// }

0 comments on commit ff8eda4

Please sign in to comment.