Last active
August 26, 2015 12:48
-
-
Save knomepasi/a1fd746f45627f271e70 to your computer and use it in GitHub Desktop.
A compact layout for the jQuery API documentation
This file contains 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("api.jquery.com") { | |
/* Header */ | |
#logo-events { | |
padding: 0 0 1.5em 0; | |
} | |
#logo-events .logo a { | |
height: 1.8em; | |
background-size: auto 100%; | |
margin: 0; | |
} | |
#logo-events aside { | |
display: none; | |
} | |
/* Navigation */ | |
nav#main #menu-top { | |
padding: 0.2em 0 0.4em 0; | |
} | |
nav#main #menu-top a { | |
font-size: 90%; | |
} | |
nav#main .searchform { | |
margin: 0.6em 0 0.4em 0; | |
} | |
/* Sidebar */ | |
#sidebar { | |
font-size: 95%; | |
} | |
#sidebar li { | |
line-height: 1.2em; | |
} | |
#sidebar li ul { | |
margin-top: 0.3em; | |
margin-bottom: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment