diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css index bd44928bd..07ddc30c2 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css +++ b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css @@ -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; }