<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[BuddyPress] [2438] trunk/bp-themes/bp-default: Blog style updates.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2438</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2010-01-24 23:19:12 +0000 (Sun, 24 Jan 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Blog style updates.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpthemesbpdefault_inccssdefaultcss">trunk/bp-themes/bp-default/_inc/css/default.css</a></li>
<li><a href="#trunkbpthemesbpdefaultarchivephp">trunk/bp-themes/bp-default/archive.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpthemesbpdefault_inccssdefaultcss"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/_inc/css/default.css (2437 => 2438)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/_inc/css/default.css        2010-01-24 23:05:46 UTC (rev 2437)
+++ trunk/bp-themes/bp-default/_inc/css/default.css        2010-01-24 23:19:12 UTC (rev 2438)
</span><span class="lines">@@ -40,6 +40,14 @@
</span><span class="cx"> p {        margin-bottom: 15px; }
</span><span class="cx"> p:last-child { margin-bottom: 0; }
</span><span class="cx"> 
</span><ins>+hr {
+        background-color:#E7E7E7;
+        border:0 none;
+        clear:both;
+        height:1px;
+        margin: 25px 0;
+}
+
</ins><span class="cx"> img.avatar {
</span><span class="cx">         float: left;
</span><span class="cx">         border: 2px solid #eee;
</span><span class="lines">@@ -1488,7 +1496,8 @@
</span><span class="cx">         overflow: hidden;
</span><span class="cx"> }
</span><span class="cx">         div.post h2.pagetitle, div.post h2.posttitle {
</span><del>-                margin: 5px 0 0;
</del><ins>+                margin: 0;
+                line-height: 120%;
</ins><span class="cx">         }
</span><span class="cx">                 div.post h2.pagetitle a, div.post h2.posttitle a {
</span><span class="cx">                         color: #666;
</span><span class="lines">@@ -1497,25 +1506,20 @@
</span><span class="cx"> 
</span><span class="cx">         .navigation {
</span><span class="cx">                 overflow: hidden;
</span><ins>+                font-family: georgia, times, serif;
+                font-style: italic;
+                font-size: 14px;
+                padding: 5px 0;
+                margin: 5px 0 25px 0;
</ins><span class="cx">         }
</span><del>-                div.post .alignright {
</del><ins>+                div.navigation .alignright {
</ins><span class="cx">                         float: right;
</span><del>-                        margin: 0 0 10px 15px;
</del><span class="cx">                 }
</span><span class="cx"> 
</span><del>-                div.post .alignleft {
</del><ins>+                div.navigation .alignleft {
</ins><span class="cx">                         float: left;
</span><del>-                        margin: 0 15px 10px 0;
</del><span class="cx">                 }
</span><span class="cx"> 
</span><del>-        div.post hr {
-                background-color:#E7E7E7;
-                border:0 none;
-                clear:both;
-                height:1px;
-                margin: 25px 0;
-        }
-
</del><span class="cx">         div.post p { margin: 0 0 20px 0; }
</span><span class="cx">         div.post ul, div.post ol, div.post dl { margin: 0 0 18px 1.5em; }
</span><span class="cx">         div.post ul { list-style: square; }
</span><span class="lines">@@ -1646,7 +1650,6 @@
</span><span class="cx">                 margin: 0;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> /* &gt; WordPress Blog Comment Styles
</span><span class="cx"> -------------------------------------------------------------- */
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultarchivephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/archive.php (2437 => 2438)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/archive.php        2010-01-24 23:05:46 UTC (rev 2437)
+++ trunk/bp-themes/bp-default/archive.php        2010-01-24 23:19:12 UTC (rev 2438)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> 
</span><span class="cx">                 &lt;div class=&quot;page&quot; id=&quot;blog-archives&quot;&gt;
</span><span class="cx"> 
</span><del>-                        &lt;h2 class=&quot;pagetitle&quot;&gt;&lt;?php printf( __( 'You are browsing the archive for %1$s.', 'buddypress' ), wp_title( false, false ) ); ?&gt;&lt;/h2&gt;
</del><ins>+                        &lt;h3 class=&quot;pagetitle&quot;&gt;&lt;?php printf( __( 'You are browsing the archive for %1$s.', 'buddypress' ), wp_title( false, false ) ); ?&gt;&lt;/h3&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;?php if ( have_posts() ) : ?&gt;
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>