mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Elminated top/bottom margins around center tags
This commit is contained in:
parent
53d82b0839
commit
1a2351620b
@ -43,6 +43,8 @@ BLOCKQUOTE {
|
||||
CENTER {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
DIV {
|
||||
display: block;
|
||||
|
@ -43,6 +43,8 @@ BLOCKQUOTE {
|
||||
CENTER {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
DIV {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user