jefflunt / rpglogger

(retired) Build your own strategy guide for any RPG
6 stars 0 forks source link

Layout Restructuring #146

Closed DavidAntaramian closed 12 years ago

DavidAntaramian commented 12 years ago

I modified the layout code to first use Twitter Bootstrap. That makes the layout responsive, automatically resizing to adjust to tablet and smartphone screens, which addresses issue #48. I also utilized the fluid-column based layout, so the content now adjusts to utilize the full screen real-estate available, addressing issue #46.

I attempted to keep the design aesthetics close to the original, maintaining the dark motifs to limit distraction during game play while adding certain highlights for important actions.

The one major design change that this makes is that it switches the navigation from the right to the left. This was done for two reasons:

DavidAntaramian commented 12 years ago

Note, I did not submit the re-compiled assets.

DavidAntaramian commented 12 years ago

This also paves the way for issue #50, as Bootstrap already has built in support for toggles.

jefflunt commented 12 years ago

Merged. Opened new issue #147 to address some things.

Thanks for the work!