Updated Bootstrap-wysihtml5 to 0.3.3

This commit is contained in:
Dmitri Suvorov
2015-05-24 17:16:24 +03:00
parent 1252cf423c
commit 073701cd00
7 changed files with 15002 additions and 360 deletions

View File

@@ -100,3 +100,18 @@ ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
background: orange !important;
}
.glyphicon-quote:before {
content: "\201C";
font-family: Georgia, serif;
font-size: 50px;
position: absolute;
top: -4px;
left: -3px;
max-height: 100%;
}
.glyphicon-quote:after {
content: "\0000a0";
}