Add defaults.ini CSS for ficbook.net to preserve line breaks.

This commit is contained in:
Jim Miller 2019-10-09 10:08:49 -05:00
parent 86895fa405
commit 7ff6a8bbb7
2 changed files with 16 additions and 0 deletions

View file

@ -2393,6 +2393,14 @@ extra_valid_entries:native_status
## this should go in your personal.ini, not defaults.ini.
#is_adult:true
## ficbook.net isn't putting html line breaks in anymore and using
## this CSS instead.
add_to_output_css:
.part_text {
word-break: break-word;
white-space: pre-wrap;
}
[www.fictionalley.org]
## Some sites do not require a login, but do require the user to
## confirm they are adult for adult content. In commandline version,

View file

@ -2420,6 +2420,14 @@ extra_valid_entries:native_status
## this should go in your personal.ini, not defaults.ini.
#is_adult:true
## ficbook.net isn't putting html line breaks in anymore and using
## this CSS instead.
add_to_output_css:
.part_text {
word-break: break-word;
white-space: pre-wrap;
}
[www.fictionalley.org]
## Some sites do not require a login, but do require the user to
## confirm they are adult for adult content. In commandline version,