Skip to content

Instantly share code, notes, and snippets.

@aj-justo
aj-justo / gist:5faa35af700ddbd12971
Last active August 29, 2015 14:06
Bootstrap notes: from v2 to v3

Bootstrap notes: from v2 to v3

  • .verticallyCollapsed: removes vertical margins

  • @grid-float-breakpoint: override value to set the point at which the the navbars etc collapse for mobile

  • .container vs .container-fluid: .container sets a fixed width, .container-fluid uses full width that adapts to device width. Important: Bootstrap 3.0 does not have container-fluid, it is the default (but it does not work with row/cols because the container class is the one that sets the negative margin to compensate for the gutter of the last col). We have to use:

@aj-justo
aj-justo / gist:0d24c5623bed39cb14f5
Last active August 29, 2015 14:06
Cordova development notes (versions 2.8.x)