Skip to content

Instantly share code, notes, and snippets.

@pelagisk
Created August 16, 2012 16:48
Show Gist options
  • Save pelagisk/3371617 to your computer and use it in GitHub Desktop.
Save pelagisk/3371617 to your computer and use it in GitHub Desktop.
Exempel 2 Struktur twentyeleven
/*
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