witten
/
luminotes
Archived
1
0
Fork 0

Fixed bug where CSS text centering in downloaded wiki HTML caused Thunderbird

to display the entire message as centered if the HTML was sent as an email
attachment.
This commit is contained in:
Dan Helfman 2007-08-24 21:21:02 +00:00
parent 86a2daf09d
commit 45bb546f0f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
body {
padding: 1em;
background-color: #fafafa;
text-align: center;
line-height: 140%;
}
@ -25,6 +24,7 @@ body {
h1 {
margin-top: 0em;
text-align: center;
}
h3 {

View File

@ -33,8 +33,8 @@ class Html_file( Html ):
class_ = u"note_frame",
),
) for note in notes ],
A( "Luminotes", href = "http://luminotes.com/" ),
id = u"center_area",
),
),
A( "Luminotes", href = "http://luminotes.com/" ),
)