[Koha-bugs] [Bug 6617] table of contents not printing right if entered right

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 4 17:56:13 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6617

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Patch doesn't apply
                 CC|                            |paul.poulain at biblibre.com

--- Comment #31 from Paul Poulain <paul.poulain at biblibre.com> ---
Patch does not apply anymore because of opac.css

Probably very trivial fix, but vi says:
<<<<<<< HEAD
=======
*/

.contents {
    width: 75%;
}

.contentblock {
    position: relative;
    margin-left: 2em;
}

.contents .t:first-child:before {
    content: "→ ";
}

.contents .t:before {
    content: "\A→ ";
    white-space: pre;
}

.contents .t {
    font-weight: bold;
    display: inline;
}

>>>>>>> Bug 6617: Improve MARC21 enhanced contents display


the */ seems suspicious, so I let you provide an updated fix

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list