begriffs / styleguide_rails

generate a living styleguide with one command
MIT License
69 stars 10 forks source link

Basic width-selecting functionality #37

Closed rylnd closed 11 years ago

rylnd commented 11 years ago

This adds the following functionality:

Note that most of this functionality is done via Javascript. Widths are currently set inline on the elements, but we can move those widths to CSS and classes if that's what you're into.

The major piece that's missing is the CSS for all of this. I know @micfunk was working on a new menu bar, so maybe it makes sense to wait for that before merging this in.

rylnd commented 11 years ago

Closing this and making a PR to another branch.