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:

lib/Firefox_bookmarks.reformat.csv
10 10
dt {margin-top: 6pt; margin-bottom: 6pt;} /*visually separate <dt>s*/
11 11

  
12 12
/*Firefox bookmarks-specific*/
13
dd {white-space: pre;} /*format bookmark description as plaintext*/
13
dd {white-space: pre-wrap;} /*format bookmark description as plaintext*/
14 14
</style>
15 15
",add <style>
16 16
"^<DD>.*(?:
web/links/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