== This is a configuration template all the most common gemfiles is installed and configred example on how they are used is implemented Q: how to integrate :validate with user edit so it'n not necessary to retype password when updating Q: first time all images should be cropped to fit defined sizes, maybe an example on how to pass 1: crop to same image ratio as (something defined) 2: crop next after crop note: cropping belongs on individual page since it's saved immediately ============================== .container { width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */ } /* The white background content wrapper */ .container > .content { background-color: #fff; padding: 20px; margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */ -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15); box-shadow: 0 1px 2px rgba(0,0,0,.15); } /* Page header tweaks */ .page-header { background-color: #f5f5f5; padding: 20px 20px 10px; margin: -20px -20px 20px; } /* Styles you shouldn't keep as they are for displaying this base example only */ .content .span10, .content .span4 { min-height: 500px; } /* Give a quick and non-cross-browser friendly divider */ .content .span4 { margin-left: 0; padding-left: 19px; border-left: 1px solid #eee; } .top-void{ padding-top: 40px; } ====================================== *= require twitter/bootstrap //= 01_bootstrap-modal //= 02_bootstrap-alerts //= 03_bootstrap-twipsy //= 04_bootstrap-popover //= 05_bootstrap-dropdown //= 06_bootstrap-scrollspy //= 07_bootstrap-tabs //= 08_bootstrap-buttons