diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-27 13:42:26 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-27 13:42:26 (GMT) |
commit | cfac0824b1d201fac37772ac42662901efc88ba7 (patch) | |
tree | a2aecf7a3c6580f0b776c1624164d40e7bae0973 /templates | |
parent | 0e2e8916f81892c891a33c5435024776ca0f570f (diff) | |
parent | 663544cc0caf9109ea10c33f38b1e07e7a01a575 (diff) | |
download | Doxygen-cfac0824b1d201fac37772ac42662901efc88ba7.zip Doxygen-cfac0824b1d201fac37772ac42662901efc88ba7.tar.gz Doxygen-cfac0824b1d201fac37772ac42662901efc88ba7.tar.bz2 |
Merge pull request #386 from albert-github/feature/bug_753909
Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text into single line
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html/doxygen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 8383f5a..583d973 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -206,6 +206,11 @@ div.line { transition-duration: 0.5s; } +div.line:after { + content:"\000A"; + white-space: pre; +} + div.line.glow { background-color: cyan; box-shadow: 0 0 10px cyan; |