Created
September 4, 2011 13:10
-
-
Save Eugeny/1192829 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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