Index: applications/blog/src/main/resources/Blog/BlogCode.xml =================================================================== --- applications/blog/src/main/resources/Blog/BlogCode.xml (revision 21806) +++ applications/blog/src/main/resources/Blog/BlogCode.xml (working copy) @@ -355,17 +355,19 @@ #set($entryDateStr = $xwiki.formatDate($entryDate, 'yyyyMMMMdd')) #if($blogDay != $entryDateStr) #if($blogDay != '') - </div> + </div> </div> <div class="blogDay"> #end #displayBlogDate($entryDate) #set ($blogDay = $entryDateStr) + <div class="hentries"> #end ## Finally, display the entry. #displayEntry($entryDoc $entryObj $onlyExtract) #end #end #end + </div> ## hentries </div> ## blogDay </div> ## hfeed #end Index: applications/blog/src/main/resources/Blog/BlogStyle.xml =================================================================== --- applications/blog/src/main/resources/Blog/BlogStyle.xml (revision 21806) +++ applications/blog/src/main/resources/Blog/BlogStyle.xml (working copy) @@ -202,6 +202,14 @@ position: relative; z-index: 1000; } +.hentries{ + float: left; + padding-left: 4px; + width: 630px; +} +html>body .hentries{ + width: 99%; +} /* Add a space + line between consecutive blog entries */ .hentry + .hentry { border-top: 1px solid #888; @@ -298,7 +306,7 @@ padding: 0px; /* Positioning: float it on the left side, in the extra-large margin left by the blogDay container */ float: left; - margin: 0px 8px 3px -56px; + margin: 0px 4px 3px -56px; background: $hbgColor; border: 1px solid $borderColor; border: 2px solid $shadowColor;