1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 02:59:52 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-04-27 09:36:14 -04:00
4 changed files with 17 additions and 12 deletions

View File

@@ -474,7 +474,6 @@ ul.searchresults {
/* Quote block */
blockquote {
font-size: 0.95em;
background: transparent none 6px 8px no-repeat;
border: 1px solid transparent;
overflow: hidden;
margin: 1em 1px 1em 25px;
@@ -494,15 +493,14 @@ blockquote cite {
/* Username/source of quoter */
font-style: normal;
display: block;
margin-left: 20px;
}
blockquote cite cite {
font-size: 1em;
}
blockquote.uncited {
padding-top: 25px;
blockquote cite:before, .uncited:before {
padding-right: 5px;
}
blockquote cite > div {