diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index 117458fe..9884f61b 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -56,16 +56,13 @@ body { } #serendipityLeftSideBar, -#serendipityLeftSideBarLeft, -#serendipityLeftSideBarRight, #content { float: left; } #serendipityLeftSideBar, #serendipityRightSideBar, -#serendipityLeftSideBarLeft, -#serendipityLeftSideBarRight { +#content { display: inline; } @@ -74,6 +71,11 @@ body { clear: right; } +#serendipityRightSideBar.layout3ssb_right { + float: left; + clear: none; +} + /* 3-column widths */ .threemain { width: 60%; diff --git a/templates/bulletproof/blue_style.css b/templates/bulletproof/blue_style.css index 005866ab..4e4bc3e0 100644 --- a/templates/bulletproof/blue_style.css +++ b/templates/bulletproof/blue_style.css @@ -110,11 +110,7 @@ body { } #serendipityLeftSideBar, -#serendipityLeftSideBarLeft, -#serendipityRightSideBarLeft, -#serendipityRightSideBar, -#serendipityLeftSideBarRight, -#serendipityRightSideBarRight { +#serendipityRightSideBar { background-color: #ffffff; color: #505050; overflow: hidden; diff --git a/templates/bulletproof/green_style.css b/templates/bulletproof/green_style.css index 43d97801..cff0936f 100644 --- a/templates/bulletproof/green_style.css +++ b/templates/bulletproof/green_style.css @@ -110,11 +110,7 @@ body { } #serendipityLeftSideBar, -#serendipityLeftSideBarLeft, -#serendipityRightSideBarLeft, -#serendipityRightSideBar, -#serendipityLeftSideBarRight, -#serendipityRightSideBarRight { +#serendipityRightSideBar { background-color: #D8CAA8; overflow: hidden; } diff --git a/templates/bulletproof/index.tpl b/templates/bulletproof/index.tpl index 989d4bd5..490f8819 100644 --- a/templates/bulletproof/index.tpl +++ b/templates/bulletproof/index.tpl @@ -9,7 +9,7 @@ - {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} + {$head_title|@default:$blogTitle}{if $head_subtitle} - {$head_subtitle}{/if} @@ -53,7 +53,7 @@ {serendipity_hookPlugin hook="frontend_header"} - + {else}{serendipity_hookPlugin hook="frontend_header"}{/if} {if $is_raw_mode != true} @@ -75,6 +75,7 @@
+
{if $template_option.sitenavpos == 'above'} @@ -83,7 +84,7 @@ @@ -108,8 +109,8 @@