Skip to content
Snippets Groups Projects
Commit fb1c5e16 authored by Seth Meranda's avatar Seth Meranda
Browse files

Updated column styles to reflect regular WDN.

parent da3313bb
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@
/* canvas layout: 1 column, no sidebar */
#one_column {
/* width:928px; */
width:940px;
margin:0;
min-height: 360px;
background: #dedede;
......@@ -93,42 +93,35 @@
}
/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
width:210px;
margin:0 20px 0 0;
#two_column_left_sidebar, #two_column_left_sidebar_boxes {
width:220px;
/*margin:0 20px 0 0;*/
min-height:360px;
float:left;
background: #dedede;
padding:0px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
position:relative;
padding:0 10px;
padding-left:0px;
}
#two_column_left_sidebar {
}
#two_column_left_sidebar_maincontent {
width:708px;
margin:0;
width:700px;
/*margin:0;*/
min-height: 360px;
float:left;
background: #dedede;
padding:0 0 5px 0;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
float:right;
position:relative;
padding:0 10px;
padding-right:0px;
}
#two_column_left_sidebar_maincontent_boxes {
margin:0 0px 20px 20px;
padding:0 0 5px 0;
width:708px;
/*margin:0 0px 20px 20px;*/
padding:0 10px;
width:700px;
background: none;
float:left;
}
#two_column_left_sidebar_boxes {
width:210px;
margin:0px 0 20px 0px;
min-height:360px;
float:left;
padding:0;
position:relative;
padding-right:0px;
}
#two_column_left_sidebar_boxes .sidebarBox { /* Using ZEN Box Styles */
border:1px solid #ededed;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment