Skip to content

Instantly share code, notes, and snippets.

@leedo
Created October 28, 2011 21:40
Show Gist options
  • Save leedo/1323642 to your computer and use it in GitHub Desktop.
Save leedo/1323642 to your computer and use it in GitHub Desktop.
diff --git a/src/css/alice.scss b/src/css/alice.scss
index 12ee515..8d742fe 100644
--- a/src/css/alice.scss
+++ b/src/css/alice.scss
@@ -454,7 +454,7 @@ ul#tabs {
padding-left: 1px;
font-size: 11px;
position: absolute;
- left: 0px;
+ right: 0px;
height: 24px;
overflow: hidden;
width: 5000px;
@@ -481,7 +481,7 @@ div#tabs_container {
}
ul#tabs li {
- float: left;
+ float: right;
margin: 0;
margin-left: -1px;
color: $tab_text;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment