Add rule for blockquote[type=cite] (use by messenger for display replied messages)

git-svn-id: svn://10.0.0.236/trunk@44889 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com 1999-08-27 21:11:55 +00:00
parent be09ba4948
commit a70c02271d
2 changed files with 16 additions and 0 deletions

View File

@ -54,6 +54,14 @@ blockquote {
display: block;
margin: 1em 40px;
}
blockquote[type=cite] {
display: block;
margin: 1em 0px;
padding-left: 1em;
border-left: solid;
border-color: blue;
border-width: thin;
}
center {
display: block;
text-align: -moz-center;

View File

@ -54,6 +54,14 @@ blockquote {
display: block;
margin: 1em 40px;
}
blockquote[type=cite] {
display: block;
margin: 1em 0px;
padding-left: 1em;
border-left: solid;
border-color: blue;
border-width: thin;
}
center {
display: block;
text-align: -moz-center;