Created
August 16, 2012 16:48
-
-
Save pelagisk/3371617 to your computer and use it in GitHub Desktop.
Exempel 2 Struktur twentyeleven
This file contains 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
/* | |
Theme Name: testchild | |
... osv ... | |
*/ | |
@import url(../twentyeleven/style.css); | |
div#wrapper { | |
margin: auto; | |
width: 960px; | |
} | |
div#container { | |
display: table-cell; | |
width: 66%; | |
} | |
div.main-aside { | |
display: table-cell; | |
width: 33%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment