<!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>[17752] trunk/wp-content/themes/twentyeleven/style.css: Twenty Eleven:
  First pass at styles to support the theme option for alternate layouts;
  See #17198</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/17752">17752</a></dd>
<dt>Author</dt> <dd>iandstewart</dd>
<dt>Date</dt> <dd>2011-04-28 18:14:48 +0000 (Thu, 28 Apr 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Twenty Eleven: First pass at styles to support the theme option for alternate layouts; See <a href="http://trac.wordpress.org/ticket/17198">#17198</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentyelevenstylecss">trunk/wp-content/themes/twentyeleven/style.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpcontentthemestwentyelevenstylecss"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/style.css (17751 => 17752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/style.css        2011-04-28 17:03:23 UTC (rev 17751)
+++ trunk/wp-content/themes/twentyeleven/style.css        2011-04-28 18:14:48 UTC (rev 17752)
</span><span class="lines">@@ -167,7 +167,132 @@
</span><span class="cx">         margin-right: auto;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+/* Right Content */
+.sidebar-content #primary {
+        float: right;
+        margin: 0 0 0 -26.4%;
+        width: 100%;
+}
+.sidebar-content #content {
+        margin: 0 7.6% 0 34%;
+        width: 58.4%;
+}
+.sidebar-content #secondary {
+        float: left;
+        margin-left: 7.6%;
+        margin-right: 0;
+        width: 18.8%;
+}
</ins><span class="cx"> 
</span><ins>+/* One column */
+.one-column #page {
+        max-width: 690px;
+}
+.one-column #content {
+        margin: 0 7.6%;
+        width: auto;
+}
+.one-column #nav-below {
+        border-bottom: 1px solid #ddd;
+        margin-bottom: 1.625em;
+}
+.one-column #secondary {
+        float: none;
+        margin: 0 7.6%;
+        width: auto;
+}
+/* Simplify the showcase template */
+.one-column .page-template-showcase-php section.recent-posts {
+        float: none;
+        margin: 0;
+        width: 100%;
+}
+.one-column .page-template-showcase-php #main .widget-area {
+        float: none;
+        margin: 0;
+        width: auto;
+}
+.one-column .page-template-showcase-php .other-recent-posts {
+        border-bottom: 1px solid #ddd;
+}
+/* Simplify the showcase template when small feature */
+.one-column section.featured-post .attachment-small-feature {
+        border: none;
+        display: block;
+        float: none;
+        margin: 0.625em auto 1.025em;
+        max-width: 100%;
+        height: auto;
+        position: static;
+}
+.one-column article.feature-image.small {
+        float: none;
+        margin: 0 0 1.625em;
+        width: auto;
+}
+.one-column article.feature-image.small .entry-summary a {
+        left: -9%;
+}
+/* Remove the margin on singular articles */
+.one-column.singular .entry-header,
+.one-column.singular .entry-content,
+.one-column.singular footer.entry-meta,
+.one-column.singular #comments-title {
+        width: 100%;
+}
+/* Simplify the pullquotes and pull styles */
+.one-column.singular blockquote.pull {
+        margin: 0 0 1.625em;
+}
+.one-column.singular .pull.alignleft {
+        margin: 0 1.625em 0 0;
+}
+.one-column.singular .pull.alignright {
+        margin: 0 0 0 1.625em;
+}
+.one-column.singular .entry-meta .edit-link a {
+        position: absolute;
+        left: 0px;
+        top: 40px;
+}
+.one-column.singular #author-info {
+        margin: 2.2em -8.8% 0px;
+        padding: 20px 8.8%;
+}
+/* Make sure we have room for our comment avatars */
+.one-column .commentlist &gt; li.comment {
+        margin-left: 102px;
+        width: auto;
+}
+/* Make sure the logo and search form don't collide */
+.one-column #branding #searchform {
+        right: 40px;
+        top: 1.625em;
+}
+/* Talking avatars take up too much room at this size */
+.one-column .commentlist &gt; li.comment {
+        margin-left: 0;
+}
+.one-column .commentlist &gt; li.comment .comment-meta,
+.one-column .commentlist &gt; li.comment .comment-content {
+        margin-right: 85px;
+}
+.one-column .commentlist .avatar {
+        background: transparent;
+        display: block;
+        padding: 0;
+        top: 1.625em;
+        left: auto;
+        right: 1.625em;
+}
+.one-column .commentlist .children .avatar {
+        position: absolute;
+        background: none;
+        padding: 0;
+        top: 2.2em;
+        left: 2.2em;
+}
+
</ins><span class="cx"> /* =Global
</span><span class="cx"> ----------------------------------------------- */
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>