<!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" />
<title>[BuddyPress][7206] trunk/bp-templates/bp-legacy/css/buddypress.css: Miscellaneous "detheming" of the bp-legacy stylesheet</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { 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 #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#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>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/7206">7206</a></dd>
<dt>Author</dt> <dd>boonebgorges</dd>
<dt>Date</dt> <dd>2013-06-12 22:00:54 +0000 (Wed, 12 Jun 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Miscellaneous "detheming" of the bp-legacy stylesheet

When introduced in BP 1.7, the bp-legacy stylesheet was mostly copied over from
bp-default, with some of the more global declarations removed. However, much of
bp-default's personality could still be found in bp-legacy, in the form of
button styling, font families, rounded corners, and other such details.

This changeset removes some of these remnants of bp-default's styling, so that
sites using theme compatibility will inherit details more elegantly from the
active theme. The result is a much more consistent visual experience, with
buttons and other BP elements matching the rest of the theme more
seamlessly.

Fixes <a href="http://buddypress.trac.wordpress.org/ticket/4953">#4953</a>

Props karmatosed, hnla</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbptemplatesbplegacycssbuddypresscss">trunk/bp-templates/bp-legacy/css/buddypress.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbptemplatesbplegacycssbuddypresscss"></a>
<div class="modfile"><h4>Modified: trunk/bp-templates/bp-legacy/css/buddypress.css (7205 => 7206)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-templates/bp-legacy/css/buddypress.css  2013-06-12 21:54:52 UTC (rev 7205)
+++ trunk/bp-templates/bp-legacy/css/buddypress.css     2013-06-12 22:00:54 UTC (rev 7206)
</span><span class="lines">@@ -4,37 +4,36 @@
</span><span class="cx"> ----------------------------------------------------------------
</span><span class="cx"> >>> TABLE OF CONTENTS:
</span><span class="cx"> ----------------------------------------------------------------
</span><del>-4.0 - Navigation
-       4.1 - Pagination
-5.0 - WordPress
-       5.1 - Alignments
-       5.2 - Comments
-       5.3 - Gallery
-       5.4 - Images
-       5.5 - Posts
-6.0 - BuddyPress
-       6.1 - Activity
-               6.1.1 - Activity Listing
-               6.1.2 - Activity Comments
-       6.2 - Toolbar
-       6.3 - Directories - Members, Groups, Blogs, Forums
-       6.4 - Error / Success Messages
-       6.5 - Forms
-       6.6 - Ajax Loading
-       6.7 - Topics and Tables - Forums and General
-       6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
-       6.9 - Private Messaging Threads
-       6.10 - Extended Profiles
-       6.11 - Widgets
-7.0 - Media Queries
-       7.1 - Smartphones Landscape
-       7.2 - Smartphones Portrait
-       7.3 - Smartphones - smaller screen sizes
</del><ins>+1.0 - Navigation
+       1.1 - Pagination
+2.0 - WordPress
+       2.1 - Images
+3.0 - BuddyPress
+       3.1 - Activity
+               3.1.1 - Activity Listing
+               3.1.2 - Activity Comments
+       3.2 - Toolbar
+       3.3 - Directories - Members, Groups, Blogs, Forums
+       3.4 - Error / Success Messages
+       3.5 - Forms
+       3.6 - Ajax Loading
+       3.7 - Topics and Tables - Forums and General
+       3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
+       3.9 - Private Messaging Threads
+       3.10 - Extended Profiles
+       3.11 - Widgets
+4.0 - Media Queries
+       4.1 - Smartphones Landscape
+       4.2 - Smartphones Portrait
+       4.3 - Smartphones - smaller screen sizes
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-4.1 - Pagination
</del><ins>+1 - Navigation
</ins><span class="cx"> --------------------------------------------------------------*/
</span><ins>+/*--------------------------------------------------------------
+1.1 - Pagination
+--------------------------------------------------------------*/
</ins><span class="cx"> #buddypress div.pagination {
</span><span class="cx">  background: transparent;
</span><span class="cx">  border: none;
</span><span class="lines">@@ -72,10 +71,12 @@
</span><span class="cx"> #buddypress .paged #nav-above {
</span><span class="cx">  display: block;
</span><span class="cx"> }
</span><del>-
</del><span class="cx"> /*--------------------------------------------------------------
</span><del>-5.4 - Images
</del><ins>+2 - WordPress
</ins><span class="cx"> --------------------------------------------------------------*/
</span><ins>+/*--------------------------------------------------------------
+2.1 - Images
+--------------------------------------------------------------*/
</ins><span class="cx"> #buddypress img.wp-smiley {
</span><span class="cx">  border: none !important;
</span><span class="cx">  clear: none !important;
</span><span class="lines">@@ -85,10 +86,10 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.0 - BuddyPress
</del><ins>+3.0 - BuddyPress
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.1 - Activity
</del><ins>+3.1 - Activity
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> #buddypress #activity-stream {
</span><span class="cx">  margin-top: -5px;
</span><span class="lines">@@ -120,10 +121,6 @@
</span><span class="cx"> }
</span><span class="cx"> #buddypress form#whats-new-form textarea {
</span><span class="cx">  background: #fff;
</span><del>-       border: 1px inset #ccc;
-       -moz-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
</del><span class="cx">   color: #555;
</span><span class="cx">  font-family: inherit;
</span><span class="cx">  font-size: 90%;
</span><span class="lines">@@ -152,13 +149,10 @@
</span><span class="cx"> #buddypress #whats-new:focus {
</span><span class="cx">  border-color: rgba(31, 179, 221, 0.9) !important;
</span><span class="cx">  outline-color: rgba(31, 179, 221, 0.9);
</span><del>-       box-shadow: 0 0 7px         rgba(31, 179, 221, 0.7);
-       -moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);
-       -webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.1.1 - Activity Listing
</del><ins>+3.1.1 - Activity Listing
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> #buddypress ul.activity-list li {
</span><span class="cx">  overflow: hidden;
</span><span class="lines">@@ -309,7 +303,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.1.2 - Activity Comments
</del><ins>+3.1.2 - Activity Comments
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> #buddypress div.activity-meta {
</span><span class="cx">  margin: 18px 0 0;
</span><span class="lines">@@ -318,7 +312,6 @@
</span><span class="cx">  margin-bottom: 6px;
</span><span class="cx"> }
</span><span class="cx"> #buddypress div.activity-meta a {
</span><del>-       font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
</del><span class="cx">   padding: 4px 8px;
</span><span class="cx"> }
</span><span class="cx"> #buddypress a.activity-time-since {
</span><span class="lines">@@ -338,7 +331,6 @@
</span><span class="cx"> #buddypress a.bp-primary-action span,
</span><span class="cx"> #buddypress #reply-title small a span {
</span><span class="cx">  background: #999;
</span><del>-       border-radius: 3px;
</del><span class="cx">   color: #fff;
</span><span class="cx">  font-size: 90%;
</span><span class="cx">  margin-left: 2px;
</span><span class="lines">@@ -443,7 +435,6 @@
</span><span class="cx"> #buddypress div.activity-comments form .ac-textarea {
</span><span class="cx">  background: #fff;
</span><span class="cx">  border: 1px inset #ccc;
</span><del>-       border-radius: 3px;
</del><span class="cx">   margin-bottom: 10px;
</span><span class="cx">  padding: 8px;
</span><span class="cx"> }
</span><span class="lines">@@ -489,7 +480,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.3 - Directories - Members, Groups, Blogs, Forums
</del><ins>+3.3 - Directories - Members, Groups, Blogs, Forums
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> #buddypress div.dir-search {
</span><span class="cx">  float: right;
</span><span class="lines">@@ -505,7 +496,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.4 - Errors / Success Messages
</del><ins>+3.4 - Errors / Success Messages
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> #buddypress div#message {
</span><span class="cx">  margin: 0 0 15px;
</span><span class="lines">@@ -523,21 +514,15 @@
</span><span class="cx">  padding: 10px 15px;
</span><span class="cx"> }
</span><span class="cx"> #buddypress div#message.error p {
</span><del>-       background-color: #db1717;
-       border-color: #a71a1a;
</del><ins>+        background-color: #ff0000;
</ins><span class="cx">   clear: left;
</span><span class="cx">  color: #fff;
</span><span class="cx"> }
</span><span class="cx"> #buddypress div#message.updated p {
</span><del>-       background-color: #8ff57a;
-       border-color: #80cf70;
-       color: #1a6a00;
</del><ins>+        background-color: #99ff33;
</ins><span class="cx"> }
</span><span class="cx"> #buddypress .standard-form#signup_form div div.error {
</span><del>-       background: #e41717;
-       -moz-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
</del><ins>+        background: #ff0000;
</ins><span class="cx">   color: #fff;
</span><span class="cx">  margin: 0 0 10px 0;
</span><span class="cx">  padding: 6px;
</span><span class="lines">@@ -572,7 +557,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.5 - Forms
</del><ins>+3.5 - Forms
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> #buddypress .standard-form textarea,
</span><span class="cx"> #buddypress .standard-form input[type=text],
</span><span class="lines">@@ -593,9 +578,8 @@
</span><span class="cx"> #buddypress .standard-form select,
</span><span class="cx"> #buddypress .standard-form input[type=password],
</span><span class="cx"> #buddypress .dir-search input[type=search],
</span><del>-#buddypress .dir-search input[type=text] {
</del><ins>+#buddypress .dir-search input[type=text]{
</ins><span class="cx">   border: 1px inset #ccc;
</span><del>-       border-radius: 3px;
</del><span class="cx">   color: #888;
</span><span class="cx">  font: inherit;
</span><span class="cx">  font-size: 100%;
</span><span class="lines">@@ -725,25 +709,14 @@
</span><span class="cx"> #buddypress .comment-reply-link,
</span><span class="cx"> a.bp-title-button {
</span><span class="cx">  background: #fff; /* Old browsers */
</span><del>-       background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
-       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
-       background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
-       background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
-       background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
-       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
-       background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
</del><span class="cx">   border: 1px solid #ccc;
</span><del>-       -moz-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
</del><span class="cx">   color: #777;
</span><ins>+       font-size: .8rem;
</ins><span class="cx">   cursor: pointer;
</span><del>-       font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;
</del><span class="cx">   outline: none;
</span><span class="cx">  padding: 4px 10px;
</span><span class="cx">  text-align: center;
</span><span class="cx">  text-decoration: none;
</span><del>-       line-height: 14px;
</del><span class="cx"> }
</span><span class="cx"> #buddypress button:hover,
</span><span class="cx"> #buddypress a.button:hover,
</span><span class="lines">@@ -756,13 +729,6 @@
</span><span class="cx"> #buddypress div.generic-button a:hover,
</span><span class="cx"> #buddypress .comment-reply-link:hover {
</span><span class="cx">  background: #ededed;
</span><del>-       background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
-       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
-       background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
-       background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
-       background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
-       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
-       background: linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
</del><span class="cx">   border: 1px solid #bbb;
</span><span class="cx">  color: #555;
</span><span class="cx">  outline: none;
</span><span class="lines">@@ -770,16 +736,13 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.6 - Ajax Loading
</del><ins>+3.6 - Ajax Loading
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> #buddypress a.loading,
</span><span class="cx"> #buddypress input.loading {
</span><span class="cx">  -webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
</span><span class="cx">  -moz-animation: loader-pulsate .5s infinite ease-in-out alternate;
</span><span class="cx">  border-color: #aaa;
</span><del>-       -moz-box-shadow: 0 0 6px #ccc;
-       -webkit-box-shadow: 0 0 6px #ccc;
-       box-shadow: 0 0 6px #ccc;
</del><span class="cx"> }
</span><span class="cx"> @-webkit-keyframes loader-pulsate {
</span><span class="cx">  from {
</span><span class="lines">@@ -834,19 +797,12 @@
</span><span class="cx"> #buddypress button.disabled:hover,
</span><span class="cx"> #buddypress div.pending a:hover,
</span><span class="cx"> #buddypress a.disabled:hover {
</span><del>-       background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
-       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
-       background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
-       background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
-       background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
-       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
-       background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
-    border-color: #eee;
</del><ins>+        border-color: #eee;
</ins><span class="cx">     color: #bbb;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.7 - Forums, Tables and Topics
</del><ins>+3.7 - Forums, Tables and Topics
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> #buddypress ul#topic-post-list {
</span><span class="cx">  margin: 0;
</span><span class="lines">@@ -1026,7 +982,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*-------------------------------------------------------------------------
</span><del>-6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
</del><ins>+3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
</ins><span class="cx"> -------------------------------------------------------------------------*/
</span><span class="cx"> #buddypress .item-body {
</span><span class="cx">  margin: 20px 0;
</span><span class="lines">@@ -1045,20 +1001,10 @@
</span><span class="cx"> }
</span><span class="cx"> #buddypress div#message p,
</span><span class="cx"> #sitewide-notice p {
</span><del>-       border: 1px solid #e1ca82;
-       -moz-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
</del><span class="cx">   font-weight: normal;
</span><span class="cx">  margin-top: 3px;
</span><span class="cx">  text-decoration: none;
</span><del>-       background: #ffeaa6;
-       background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
-       background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-       background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-       background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-       background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
</del><ins>+        background: #ffff00;
</ins><span class="cx"> }
</span><span class="cx"> #buddypress div#item-header {
</span><span class="cx">  overflow: hidden;
</span><span class="lines">@@ -1091,9 +1037,6 @@
</span><span class="cx"> }
</span><span class="cx"> #buddypress div#item-header h2 span.highlight span {
</span><span class="cx">  background: #a1dcfa;
</span><del>-       -moz-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
</del><span class="cx">   color: #fff;
</span><span class="cx">  cursor: pointer;
</span><span class="cx">  font-weight: bold;
</span><span class="lines">@@ -1289,7 +1232,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.9 - Private Messaging Threads
</del><ins>+3.9 - Private Messaging Threads
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> #buddypress table#message-threads tr.unread td {
</span><span class="cx">  background: #fff9db;
</span><span class="lines">@@ -1300,7 +1243,6 @@
</span><span class="cx"> #buddypress li span.unread-count,
</span><span class="cx"> #buddypress tr.unread span.unread-count {
</span><span class="cx">  background: #dd0000;
</span><del>-       border-radius: 3px;
</del><span class="cx">   color: #fff;
</span><span class="cx">  font-weight: bold;
</span><span class="cx">  padding: 2px 8px;
</span><span class="lines">@@ -1359,7 +1301,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.10 - Extended Profiles
</del><ins>+3.10 - Extended Profiles
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> 
</span><span class="cx"> #buddypress div.profile h4 {
</span><span class="lines">@@ -1406,7 +1348,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-6.11 - Widgets
</del><ins>+3.11 - Widgets
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> 
</span><span class="cx"> .widget.buddypress div.item-avatar img.avatar {
</span><span class="lines">@@ -1453,10 +1395,10 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-7.0 - Media Queries
</del><ins>+4.0 - Media Queries
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-7.1 - Smartphones - landscape
</del><ins>+4.1 - Smartphones - landscape
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> @media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
</span><span class="cx">  -webkit-text-size-adjust: none;
</span><span class="lines">@@ -1477,7 +1419,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-7.2 - Smartphones - portrait
</del><ins>+4.2 - Smartphones - portrait
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> @media only screen and (max-width: 320px) {
</span><span class="cx">  #buddypress div.dir-search {
</span><span class="lines">@@ -1522,7 +1464,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /*--------------------------------------------------------------
</span><del>-7.2 - Smartphones - smaller screen sizes
</del><ins>+4.2 - Smartphones - smaller screen sizes
</ins><span class="cx"> --------------------------------------------------------------*/
</span><span class="cx"> @media only screen and (max-width: 240px) {
</span><span class="cx">  #buddypress div.dir-search {
</span><span class="lines">@@ -1540,7 +1482,7 @@
</span><span class="cx">          height: auto;
</span><span class="cx">  }
</span><span class="cx">  #buddypress ul.item-list li div.action,
</span><del>-       #buddypress li div.item{ 
</del><ins>+        #buddypress li div.item{
</ins><span class="cx">           margin-left: 45px;
</span><span class="cx">  }
</span><span class="cx">  h1 a.bp-title-button {
</span><span class="lines">@@ -1548,4 +1490,4 @@
</span><span class="cx">          float: left;
</span><span class="cx">          margin: 10px 0 20px;
</span><span class="cx">  }
</span><del>-}
</del><span class="cx">\ No newline at end of file
</span><ins>+}
</ins></span></pre>
</div>
</div>

</body>
</html>