Skip to content

Instantly share code, notes, and snippets.

@adesignl
Last active December 16, 2015 04:48
Show Gist options
  • Save adesignl/5379313 to your computer and use it in GitHub Desktop.
Save adesignl/5379313 to your computer and use it in GitHub Desktop.
Hubspot Foxboro Layouts
/* ----------------------------------
General Layout Items
---------------------------------- */
div.pad {
padding: 0 !important;
margin: 0 !important;
}
/* ----------------------------------
Layouts
---------------------------------- */
/* Column One */
#foxboro_one-column #foxboro_col2 {
width: 100% !important;
}
/* Column Two */
#foxboro_two-column #foxboro_col1 {}
#foxboro_two-column #foxboro_col2 {}
/* Column Two Right */
#foxboro_two-column-right #foxboro_col2 {}
#foxboro_two-column-right #foxboro_col3 {}
/* Column Two EQ */
#foxboro_two-eq-column #foxboro_col1 {}
#foxboro_two-eq-column #foxboro_col3 {}
/* Column Three */
#foxboro_three-column #foxboro_col1 {}
#foxboro_three-column #foxboro_col2 {}
#foxboro_three-column #foxboro_col3 {}
/* Column Three EQ */
#foxboro_three-eq-column #foxboro_col1 {}
#foxboro_three-eq-column #foxboro_col2 {}
#foxboro_three-eq-column #foxboro_col3 {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment