Project

General

Profile

« Previous | Next » 

Revision 8752

bugfix: lib/Firefox_bookmarks.reformat.csv: add <style>: format bookmark description as plaintext: use `white-space: pre-wrap` instead of pre in order to wrap long lines

View differences:

index.htm
13 13
dt {margin-top: 6pt; margin-bottom: 6pt;} /*visually separate <dt>s*/
14 14

  
15 15
/*Firefox bookmarks-specific*/
16
dd {white-space: pre;} /*format bookmark description as plaintext*/
16
dd {white-space: pre-wrap;} /*format bookmark description as plaintext*/
17 17
</style>
18 18
<H1>BIEN links</H1>
19 19

  

Also available in: Unified diff