Created
September 4, 2010 12:47
-
-
Save 0mg/565162 to your computer and use it in GitHub Desktop.
favstar.css
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
| @import "user.css"; | |
| #siteContainer { | |
| width: 760px !important; | |
| } | |
| #logo h1 a { | |
| position: absolute !important; | |
| z-index: -1 !important; | |
| } | |
| #mastHead { | |
| } | |
| #header_link_outer_wrapper { | |
| } | |
| #search_container { | |
| position: relative !important; | |
| right: 30px !important; | |
| opacity: 0.9 !important; | |
| } | |
| #signIn { | |
| position: relative !important; | |
| right: 35px !important; | |
| } | |
| #sorterOptions { | |
| width: 500px !important; | |
| } | |
| #profile_container { | |
| position: relative !important; | |
| top: -230px !important; | |
| right: -340px !important; | |
| } | |
| .tweetBalloonWrapper { | |
| width: 640px !important; | |
| } | |
| .tweetBalloon { | |
| width: 610px !important; | |
| } | |
| .theTweet { | |
| width: 605px !important; | |
| } | |
| .tweetBalloonBottom { | |
| width: 140px !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment