Created
October 28, 2011 21:40
-
-
Save leedo/1323642 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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