# HG changeset patch # User Steve Losh # Date 1336666687 14400 # Node ID c78c98ee75cba23d465ce394056fe7220425616c # Parent 12c4d67e65242f013504bfd969401818fab85c73 Unfuck GitHub's UI a bit. diff -r 12c4d67e6524 -r c78c98ee75cb dotcss/github.com.css --- a/dotcss/github.com.css Wed May 09 10:13:31 2012 -0400 +++ b/dotcss/github.com.css Thu May 10 12:18:07 2012 -0400 @@ -1,2 +1,23 @@ .native-clones { display: none; } -.tree-browser td.content { font-family: Menlo; font-size: 12px; } +.tree-browser td.content { font-family: Menlo; font-size: 12px; line-height: 18px; } +span.mini-icon.directory { margin-top: 2px; } +div.news span.mini-icon { display: none; } +div.news div.alert { padding-left: 0; } +ul.repo_list li .mini-icon { display: none; } +#dashboard ul.repo_list li a { padding-left: 10px; } +a.feed.tooltipped.leftwards { display: none; } +.pagehead.tip { display: none; } +#dashboard div.news { display: none; } +div.filter-bar { overflow-x: hidden; } +#dashboard #watched_repos { + float: left; + clear: none; + margin-right: 100px; +} +p.url-description { + display: none; +} +span.js-clippy { display: none !important; } +div.repository-lang-stats-graph { display: none; } +div.recently-touched-branches-wrapper { display: none; } +p.last-commit { display: none; }