[responsive/portal] Get rid of <table> in portal_body.html

This commit is contained in:
Marc Alexander
2013-12-01 22:56:18 +01:00
parent 61af6d6569
commit 161cc6c209
2 changed files with 62 additions and 35 deletions

View File

@@ -68,6 +68,29 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
list-style-type: none;
}
/**
* Replacement for table layout
*/
#portal-left, #portal-right {
position: relative;
float: left;
}
#portal-center-wrapper {
width: 100%;
float: left;
display: block;
}
#portal-column-area {
width: 100%;
margin: 0 auto;
}
#portal-left {
margin-left: -100%;
}
/*
* top spacing between portal body table and headerbar spacing is usually 10px
*/