Closed Bug 922205 Opened 11 years ago Closed 11 years ago

Columns in MDN redesign are too narrow

Categories

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

defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cmills, Unassigned)

References

Details

Attachments

(1 file)

This must have just happened today - the CSS for the columns (classes .column-strip, .column-4) looks to have been changed, as when I set two- and three-column sections on my landing pages, they don't fill up the whole parent container width, and look narrow and squished. See

https://developer.mozilla.org/en-US/docs/Web/Apps
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS

For examples, and see attached screenshot for highlight using the dev tools.
Once this PR is merged (https://github.com/mozilla/kuma/pull/1445), we need to change those "column-strip" elements to "column-third" (i.e. "this column is one-third the total width").
Commits pushed to master at https://github.com/mozilla/kuma

https://github.com/mozilla/kuma/commit/c3c7e7db1ee03945ec3303cbaa26f5a2e9eeda4d
Fix bug 922205 - Add new column aliases for common columns

https://github.com/mozilla/kuma/commit/0c17c7fef5f00cc027ebc5f714480fb07a6f4b0b
Merge pull request #1445 from darkwing/new-column-name

Fix bug 922205 - Add new column aliases for common columns
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
The column-quarter and column-third aliases didn't seem to work when I tried them this morning. I also wanted a column-half alias for two equal columns.

It's no big deal for now. I've changed the three columns to use "column-4" (I didn't understand what that did until now ;-) ), and I've used "column-5" for the two column sections, along with an override in the zone CSS of .column-5 { width: 48.5% }

That's given me what I want for now, but it'd be nice to see this implemented soonish.

Cheers!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
So my stuff was merge but not pushed to production  :/   These aliases will be up by end of day, promise.

BTW, "column-half" (alias of "column-6") works right now for your two-column stuff.  Just tried it in production, works great.
Blocks: 925114
No longer blocks: 910513
Blocks: 910513
No longer blocks: 925114
Blocks: MDNLaunchBlockers
No longer blocks: 910513
This is long done.
Status: REOPENED → RESOLVED
Closed: 11 years ago11 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: