1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-15 21:24:03 +02:00

[ticket/10620] Moved quote's date to the upper corner

PHPBB3-10620
This commit is contained in:
JoshyPHP
2015-06-25 02:23:00 +02:00
parent 1f6b9bc048
commit 9d364aee4a
3 changed files with 9 additions and 2 deletions

View File

@@ -486,6 +486,11 @@ blockquote.uncited {
padding-top: 25px;
}
blockquote cite > div {
float: right;
font-weight: normal;
}
/* Code block */
.codebox {
padding: 3px;