mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9687 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -108,7 +108,7 @@ html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
|
||||
.grip-show { display:none; }
|
||||
|
||||
/* Quote */
|
||||
.postquote {
|
||||
.postquote, blockquote {
|
||||
font-size: 85%;
|
||||
margin: 1em 18% 1em 4%;
|
||||
padding: 0.5em;
|
||||
@@ -120,7 +120,16 @@ html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
|
||||
.postquote img { display: none; }
|
||||
.postquote span { display: block; }
|
||||
.postquote span .postquote { font-size: 100%; }
|
||||
.quote-by { font-weight: bold; }
|
||||
.quote-by, blockquote cite {
|
||||
color: black;
|
||||
display : block;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* List */
|
||||
ol, ul {
|
||||
margin-left: 15pt
|
||||
}
|
||||
|
||||
/* Misc page elements */
|
||||
div.spacer { clear: both; }
|
||||
|
Reference in New Issue
Block a user