Updated CSS for asides.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-10-15 15:41:55 -07:00
parent 9699899f34
commit cf06414fc7

View File

@@ -259,13 +259,13 @@ nav ul
***************************************************************/
/* Has Aside */
.has-aside #layout-content
.has-aside-two #layout-content
{
width: 600px;
float: left;
}
.has-aside .aside-second
.has-aside-two .aside-second
{
width: 360px;
float: right;
@@ -276,6 +276,11 @@ nav ul
float: right;
}
.has-aside-one .aside-first {
width: 360px;
float: left;
}
.has-asides #layout-content
{
width: 600px;
@@ -412,7 +417,6 @@ button:focus, .button:focus {
}
ul.comments, form.comment {
margin:1.2em 0 1.2em 1.8em;
list-style: none;
}