diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css b/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css index 2e6bf5d97..0a3a3a2d0 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css +++ b/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css @@ -55,7 +55,7 @@ header, footer, aside, nav, article { /* Clearing Float ***************************************************************/ -group:after { +.group:after { content: "."; display: block; height: 0; @@ -150,6 +150,32 @@ nav ul li a { /* For testing purposes */ -div, nav, section { +#layout-wrapper { border:1px solid #CCC; +} + + +/* Sidebar off - Content Zone 960 */ +#content { + background-color:#e8e8e8; + width: 960px; + clear:both; +} + +/* Sidebar on - Content Zone 640 */ +.icanhassidebar #content { + background-color:#e8e8e8; + width: 640px; + float:left; + clear:both; +} + +.sidebar { + background-color:#f6f6f6; + width: 320px; + float:right; +} + +#sitemap { + clear:both; } \ No newline at end of file diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Views/Layout.cshtml b/src/Orchard.Web/Themes/TheThemeMachine/Views/Layout.cshtml index b61f2cf2e..8eea71190 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Views/Layout.cshtml +++ b/src/Orchard.Web/Themes/TheThemeMachine/Views/Layout.cshtml @@ -12,6 +12,7 @@ } }
+@Display.User()
@* needs to be the page title, not page (head) title... *@

@WorkContext.CurrentSite.SiteName

@@ -43,13 +44,13 @@
} @if(Model.Sidebar != null) { -