1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-08 21:46:28 +02:00

Fixed Bug #26375 - Fix style issues in print mode. (Bug #26375

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:
Gabriel Vazquez
2009-06-26 14:15:45 +00:00
parent 7cc9692831
commit 366a15d605
3 changed files with 22 additions and 4 deletions

View File

@@ -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; }

View File

@@ -24,12 +24,20 @@ td {
line-height: 150%;
}
.code,
.quote {
.code, .codecontent,
.quote, .quotecontent {
margin: 0 5px 0 5px;
padding: 5px;
font-size: smaller;
border: black solid 1px;
}
.quotetitle {
color: black;
display : block;
font-weight: bold;
}
.forum {
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;