Bug 885915 - Publican website menu.css has line-height set to 1em
Summary: Publican website menu.css has line-height set to 1em
Keywords:
Status: CLOSED DUPLICATE of bug 880621
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: future
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-11 01:58 UTC by Joshua Wulf
Modified: 2014-10-19 23:01 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-14 23:30:33 UTC
Embargoed:


Attachments (Terms of Use)

Description Joshua Wulf 2012-12-11 01:58:20 UTC
Description of problem:

Publican website menu.css has line-height set to 1em


Currently I'm working around it with a css fix like this in my overrids:

/* The Publican website menu.css has a line-height set to 1em */

body, h1, h2, h3, h4, h5, h6, pre, li, div {
    line-height: normal;
}

Comment 1 Ruediger Landmann 2012-12-11 02:11:21 UTC

*** This bug has been marked as a duplicate of bug 880621 ***

Comment 2 Joshua Wulf 2012-12-11 04:20:29 UTC
Are you sure this is a duplicate? 

My issue (which I didn't describe very well) is that the Publican website css interacts adversely with my book content when I use my custom  brand (lines are rammed together). 

I tracked the cause down to a css directive in the Publican website file menu.css, where the line-height for the page is set to 1em.

The other bug (BZ #880621) seems to be about Publican website menu item display. The cause might be the same, in which case my workaround might be the fix for that issue too.

Comment 3 Jeff Fearn 🐞 2013-01-14 23:30:33 UTC

*** This bug has been marked as a duplicate of bug 880621 ***


Note You need to log in before you can comment on or make changes to this bug.