Changed Widget Layers to Widget Zones and removed some unused CSS.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-10-13 11:34:51 -07:00
parent 38a20fb68f
commit 9b512fa1cb
2 changed files with 1 additions and 17 deletions

View File

@@ -40,7 +40,7 @@
</div> </div>
<div class="widgets-availableLayers"> <div class="widgets-availableLayers">
<h2>Widget Layers</h2> <h2>Widget Zones</h2>
<fieldset> <fieldset>
<div> <div>

View File

@@ -140,22 +140,6 @@ p {
border-top: 1px solid #999; border-top: 1px solid #999;
margin-top:12px; margin-top:12px;
} }
/*Two Sidebars on */
.has-sidebars #content {
background-color:#e8e8e8;
width: 600px;
}
.has-sidebars .sidebar {
background-color:#f6f6f6;
width: 180px;
}
.has-sidebars .primary, .has-sidebars .secondary, .has-sidebars #content {
float:left;
}
/* Navigation */ /* Navigation */