mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-17 21:51:52 +01:00
Add defaults.ini CSS for ficbook.net to preserve line breaks.
This commit is contained in:
parent
86895fa405
commit
7ff6a8bbb7
2 changed files with 16 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue