Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css/snippets.css
blob: e442cd14179892013f0a23bd6cdf915a56f2789e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
div.panel-body div.highlight {
  border-radius: 0 0 4px 4px;
}
div.panel-body pre {
  margin: 0;
  border: none;
  border-radius: 0 0 4px 4px;
}
div.panel-body {
  padding: 0;
}