mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Updated CSS for asides.
--HG-- branch : dev
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user