Adamw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/113499

Change subject: Revert "further damage the theme in a search for real estate"
......................................................................

Revert "further damage the theme in a search for real estate"

This didn't work--the content div line-wraps below the sidebar when its
natural width is wider than the available space.

This reverts commit 300f51331d5b190db0e51ed0636c327b268a869b.

Change-Id: Ief062753b4a4e274a7d18a01b9d1199a251c4826
---
M themes/bartik/css/layout.css
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm/drupal 
refs/changes/99/113499/1

diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css
index 160004c..b561f4c 100644
--- a/themes/bartik/css/layout.css
+++ b/themes/bartik/css/layout.css
@@ -17,6 +17,9 @@
 #triptych,
 #footer-columns,
 #footer {
+  width: 960px;
+  margin-left: auto;
+  margin-right: auto;
 }
 #header div.section {
   position: relative;
@@ -52,10 +55,13 @@
   position: relative;
 }
 .one-sidebar #content {
+  width: 720px;
 }
 .two-sidebars #content {
+  width: 480px;
 }
 .no-sidebars #content {
+  width: 960px;
   float: none;
 }
 #sidebar-first,
@@ -89,5 +95,6 @@
   width: 220px;
 }
 #footer {
+  width: 940px;
   min-width: 920px;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/113499
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief062753b4a4e274a7d18a01b9d1199a251c4826
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm/drupal
Gerrit-Branch: master
Gerrit-Owner: Adamw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to