Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created September 4, 2011 13:10
Show Gist options
  • Save Eugeny/1192829 to your computer and use it in GitHub Desktop.
Save Eugeny/1192829 to your computer and use it in GitHub Desktop.
.main-container {
width: 960px;
margin: auto;
padding-bottom: 50px;
> .sidebar {
float: left;
clear: left;
width: 150px;
}
> .content {
float: left;
width: 810px;
}
}
#topbar {
#gradient > .vertical(#333, #222);
border-bottom: 1px solid #181818;
height: 50px;
> .container {
padding: 13px 0px 0px 0px;
line-height: 32px;
font-size: 22px;
color: #ccc;
> .logo {
padding: 1px 7px 0px 0px;
display: block;
float: left;
}
> .ajax-loader {
float: right;
padding: 10px 12px 0px 0px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment