commit show page styled a bit
This commit is contained in:
parent
9d9493c8d8
commit
a79eb84289
2 changed files with 21 additions and 3 deletions
|
@ -47,6 +47,14 @@
|
|||
padding-left: 32px;
|
||||
}
|
||||
|
||||
.author,
|
||||
.committer {
|
||||
font-size:14px;
|
||||
line-height:22px;
|
||||
text-shadow:0 1px 1px #fff;
|
||||
color:#777;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
@ -227,3 +235,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.label_commit {
|
||||
@include round-borders-all(4px);
|
||||
padding:2px 4px;
|
||||
border:none;
|
||||
font-size:13px;
|
||||
background: #474D57;
|
||||
color:#fff;
|
||||
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue