Skip to content

Instantly share code, notes, and snippets.

@hashrock
Created May 13, 2015 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hashrock/c35b5849c60e3bc8e22d to your computer and use it in GitHub Desktop.
Save hashrock/c35b5849c60e3bc8e22d to your computer and use it in GitHub Desktop.
GitBucket CSS改善案
//リストは全体がclickableであるべき
ul.sidemenu li a {
display: block;
}
//ロゴずれてる
.navbar .brand {
padding-top: 9px;
padding-bottom: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment