Fix l'overflow de la décoration du blockquote.

This commit is contained in:
skullmasher 2016-10-27 17:53:42 +02:00
parent b244052b8d
commit a444e8067b
3 changed files with 6 additions and 2 deletions

View File

@ -664,6 +664,8 @@ blockquote {
blockquote::before { blockquote::before {
content: "\201C"; content: "\201C";
position: absolute; position: absolute;
height: 30px;
overflow: hidden;
left: 0; left: 0;
top: 0; top: 0;
font-family: georgia, serif; font-family: georgia, serif;
@ -906,6 +908,7 @@ input[type="reset"].unstyled {
flex-direction: row-reverse; } flex-direction: row-reverse; }
.o-media-figure--center { .o-media-figure--center {
-ms-flex-item-align: center; -ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; } } align-self: center; } }
/* Autogrid object */ /* Autogrid object */
@ -1796,7 +1799,6 @@ ul.unstyled {
.pull { .pull {
margin-right: auto !important; } margin-right: auto !important; }
/* Grid order */
.grid-item-first { .grid-item-first {
-webkit-box-ordinal-group: 0; -webkit-box-ordinal-group: 0;
-ms-flex-order: -1; -ms-flex-order: -1;

File diff suppressed because one or more lines are too long

View File

@ -50,6 +50,8 @@ blockquote {
blockquote::before { blockquote::before {
content: "\201C"; content: "\201C";
position: absolute; position: absolute;
height: 30px;
overflow: hidden;
left: 0; left: 0;
top: 0; top: 0;
font-family: georgia, serif; font-family: georgia, serif;