Skip to content

Commit

Permalink
fixing title padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Christoph Borchardt committed Apr 11, 2012
1 parent 30bd416 commit b259f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ul#doclist li { width:100%; padding:.7em 0; border:none; white-space:nowrap; pos
ul#doclist li:hover { background:#f8f8f8; }
ul#doclist li:last-child { height:1.5em; }
ul#doclist li .doclink { cursor:pointer; text-decoration:none; }
ul#doclist strong { color:#000; padding:.7em 0 .7em 1.8em; }
ul#doclist strong { color:#000; padding:.7em; }
ul#doclist span { font-size:.75em; }
ul#doclist span.preview { position:absolute; top:0; padding:1em 2em 1em .5em; overflow:hidden; white-space:nowrap; color:#555; }
ul#doclist time { position:absolute; right:1.2em; font-size:.75em; }
Expand Down

0 comments on commit b259f60

Please sign in to comment.