Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created July 8, 2014 01:05
Show Gist options
  • Select an option

  • Save coderberry/94efadc92574d61dc3f7 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/94efadc92574d61dc3f7 to your computer and use it in GitHub Desktop.
.wrapper_table{
display: table;
width:100%;
}
.wrapper_row{
display:table-row;
vertical-align:top;
}
.wrapper_cell{
display:table-cell;
vertical-align:top;
}
#sidebar {
background-color: #32363C;
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 220px;
}
#content {
position: relative;
padding-left: 0;
left: 220px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment