Created
August 17, 2010 22:13
-
-
Save 0mg/532341 to your computer and use it in GitHub Desktop.
User CSS for gist.github
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"; | |
| #header, | |
| .site { | |
| overflow: visible !important; | |
| min-width : 0 !important; | |
| } | |
| .secondary { | |
| float: none !important; | |
| width: auto !important; | |
| } | |
| .main { | |
| min-width: 53em !important; | |
| width: auto !important; | |
| } | |
| .main, | |
| #files .file .data { | |
| overflow: visible !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment