Sha256: c7142bcce57bb5f9387dfd5cb41e25ae7cce60316b0d2becc43825b06f7b2ab7
Contents?: true
Size: 1.57 KB
Versions: 17
Compression:
Stored size: 1.57 KB
Contents
/*! * medium-editor-insert-plugin v0.3.2 - jQuery insert plugin for MediumEditor * * https://github.com/orthes/medium-editor-insert-plugin * * Copyright (c) 2014 Pavel Linkesch (http://linkesch.sk) * Released under the MIT license */ .mediumInsert { margin: -1em 0; } .mediumInsert figure { margin: 0; display: inline-block; } .mediumInsert img { max-width: 100%; } .mediumInsert .mediumInsert-embeds { text-align: center; padding: 15px 0; } .mediumInsert .mediumInsert-embeds iframe { margin: 0px auto !important; } .mediumInsert .mediumInsert-embeds div { margin: 0px auto !important; } .mediumInsert .mediumInsert-images { margin-right: 10px; width: 20%; } .mediumInsert .mediumInsert-images img { margin-top: 1em; margin-bottom: 10px; vertical-align: top; } .mediumInsert .mediumInsert-images:first-child { margin-right: 0; width: 100%; } .mediumInsert .mediumInsert-images:first-child:after { content: "\a"; white-space: pre; } .mediumInsert .mediumInsert-maps { padding: 10px; background: #ccc; } .mediumInsert table.mediumInsert-table { border-top: 2px solid #333; border-left: 2px solid #333; width: 90%; margin: 30px auto; } .mediumInsert table.mediumInsert-table td { border-right: 2px solid #333; border-bottom: 2px solid #333; padding: 12px; } .mediumInsert.small { max-width: 33.33%; float: left; margin-right: 30px; margin-bottom: 20px; } .mediumInsert.mediumInsert-first { margin-top: 0; }
Version data entries
17 entries across 17 versions & 1 rubygems