Skip to content

Instantly share code, notes, and snippets.

@rgaudin
Created October 13, 2009 07:10
Show Gist options
  • Save rgaudin/209063 to your computer and use it in GitHub Desktop.
Save rgaudin/209063 to your computer and use it in GitHub Desktop.
diff --git a/apps/webapp/static/stylesheets/layout.css b/apps/webapp/static/stylesheets/layout.css
index 3fba1ad..0f0cfbf 100644
--- a/apps/webapp/static/stylesheets/layout.css
+++ b/apps/webapp/static/stylesheets/layout.css
@@ -125,8 +125,8 @@ div.clear-hack {
/* global tabs sit on the right,
* page-specific tabs sit on the
* left, to draw more attention */
- #tabs { right: 0; }
- #page-tabs { left: 0; }
+ #tabs { left: 0; }
+ #page-tabs { right: 0; }
#tabs li,
#page-tabs li {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment