Closed Bug 940728 Opened 11 years ago Closed 10 years ago

Quicklinks: Identation of main <li> items

Categories

(developer.mozilla.org Graveyard :: Design, defect, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: fs, Assigned: shinryuu.jp)

References

Details

(Whiteboard: [mentor=davidwalsh])

Attachments

(1 file)

Just a minor thing I like to see fixed to drive the quicklinks to perfection :)

Look at the quicklinks at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test

On the very top, you have the main list item "RegExp" and more on the bottom under "Inheritance" you find "Function" and "Object". These three links shouldn't be indented by padding-left: 20px, so that "Methods" and "Properties" look more like sub items. 

(The free space of 20px is probably for the icons or the arrows, but these top-level list items don't have any).

See the attached screenshot of how I would like to see it.

Not blocking I think, but it would make me happy :)
Agreed, not a blocker. Do need to fix this, and it could be a good mentoring bug...
Blocks: MDNPostLaunch
No longer blocks: 910513
Whiteboard: [mentor]
I could fix this if it gets assigned to me :)
David, do you have some time to be a mentor for this bug?
Severity: normal → minor
Flags: needinfo?(dwalsh)
Priority: -- → P2
I do, but have we committed to doing this?  This was never spec'd so I take exception to asking for it to be "fixed".  If we do want to do it, however, I'm happy to help mentor Jonathan, 100% :)
Flags: needinfo?(dwalsh)
Awesome David, thanks!  Jonathan, it's all yours :)  :fsholz and :davidwalsh on IRC can give you a hand.  I've assigned the bug to you, but please feel free to unassign it if you don't have time to pick this up.
Assignee: nobody → shinryuu.jp
Whiteboard: [mentor] → [mentor=davidwalsh]
Hi, 
I took a look at it and I solved it in the page inspector. However I can't seem to find the redesign-wiki-min.css or the like in the kuma repository. What file should I change and then include in my pull-request?
Flags: needinfo?(dwalsh)
redesign-wiki-main.css is a compilation of everything included in main.styl

https://github.com/mozilla/kuma/blob/master/media/redesign/stylus/main.styl
Flags: needinfo?(dwalsh)
You'll actually want wiki.styl :)

To compile all the stylesheets, from the kuma directory, run:

`scripts/compile-stylesheets`
Scratch that (I incorrectly read min as main). redesign-wiki-min.css was actually recently replaced by wiki-min.css, although that will not change on production for a day or two. The styles you are looking for will appear in one of these Stylus files.

media/css/wiki.css
media/css/wiki-screen.css
media/redesign/stylus/wiki.styl
media/redesign/stylus/zones.styl
media/redesign/stylus/diff.styl
Ok, here goes! https://github.com/mozilla/kuma/pull/2031 I believe that should do it.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: