Fix styles of issues and pull requests

This commit is contained in:
Naoki Takezoe
2015-11-30 01:16:27 +09:00
parent fb5564de07
commit ea37a34476
5 changed files with 59 additions and 53 deletions

View File

@@ -43,6 +43,7 @@ h6 {
/*font-size: 14px;*/
text-align: center;
}
.mega-octicon{
width: 32px;
height: 32px;
@@ -74,6 +75,10 @@ blockquote p {
border-bottom-width: 1px;
}
.tab-content {
margin-top: 20px;
}
.danger {
color: #900;
}
@@ -82,6 +87,19 @@ blockquote p {
color: #F28722;
}
dl {
margin: 0px;
}
dd {
margin-left: 20px;
}
hr {
margin-top: 4px;
margin-bottom: 4px;
}
/* ======================================================================== */
/* Global Header */
/* ======================================================================== */
@@ -345,19 +363,6 @@ th.box-header .octicon {
display: inline;
}
dl {
margin: 0px;
}
dd {
margin-left: 20px;
}
hr {
margin-top: 4px;
margin-bottom: 4px;
}
img.avatar {
border-radius: 4px;
-webkit-border-radius: 4px;