Access4all / EPUB

3 stars 1 forks source link

Accordeon: make the whole area H2 clickable not only the word linked words #14

Closed AntonBolfing closed 9 years ago

qtnc commented 9 years ago

This is a CSS problem.

Try that kind of code:

.leftPanel h2>a {
display: block; /* Or maybe inline-block */
width: 100%;
}