Skip to content

Instantly share code, notes, and snippets.

@SmashBrando
Created March 31, 2015 17:31
Show Gist options
  • Save SmashBrando/ea53f9f1a43dce19beba to your computer and use it in GitHub Desktop.
Save SmashBrando/ea53f9f1a43dce19beba to your computer and use it in GitHub Desktop.
Sidebar
.block.sidebar {
display: table;
}
.block .sidebar {
background-color: #e3e6eb;
display: table-cell;
vertical-align: middle;
}
.block .sidebar .side-title {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.block.sidebar .content {
width: 500px;
display: table-cell;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment