1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00

CSS: Reduce .sha.label font size to 13px

This commit is contained in:
Adam Strzelecki 2015-11-30 23:59:23 +01:00
parent 640dce12a8
commit 4813665d0a
2 changed files with 2 additions and 2 deletions

View File

@ -915,7 +915,7 @@ pre.raw {
}
.ui .sha.label {
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
font-size: 14px;
font-size: 13px;
padding: 6px 10px 4px 10px;
font-weight: normal;
margin: 0 6px;

View File

@ -221,7 +221,7 @@ pre {
.sha.label {
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
font-size: 14px;
font-size: 13px;
padding: 6px 10px 4px 10px;
font-weight: normal;
margin: 0 6px;