mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Updated CSS for asides.
--HG-- branch : dev
This commit is contained in:
@@ -259,13 +259,13 @@ nav ul
|
|||||||
***************************************************************/
|
***************************************************************/
|
||||||
|
|
||||||
/* Has Aside */
|
/* Has Aside */
|
||||||
.has-aside #layout-content
|
.has-aside-two #layout-content
|
||||||
{
|
{
|
||||||
width: 600px;
|
width: 600px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-aside .aside-second
|
.has-aside-two .aside-second
|
||||||
{
|
{
|
||||||
width: 360px;
|
width: 360px;
|
||||||
float: right;
|
float: right;
|
||||||
@@ -276,6 +276,11 @@ nav ul
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.has-aside-one .aside-first {
|
||||||
|
width: 360px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.has-asides #layout-content
|
.has-asides #layout-content
|
||||||
{
|
{
|
||||||
width: 600px;
|
width: 600px;
|
||||||
@@ -412,7 +417,6 @@ button:focus, .button:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul.comments, form.comment {
|
ul.comments, form.comment {
|
||||||
margin:1.2em 0 1.2em 1.8em;
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user