Skip to content

Commit 50ab5de

Browse files
committed
smaller font size in blame and source view
1 parent de5f87c commit 50ab5de

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

html/views/blame/blame.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ body,th, td {
88
padding: 0 !important;
99
border: 0 !important;
1010
outline: 0 !important;
11-
font-size: 100% !important;
11+
font-size: 12px !important;
1212
vertical-align: baseline !important;
1313
background: transparent !important;
1414
}
1515

16-
p.summary {
17-
}
18-
1916
p{
2017
margin: 0 !important;
2118
padding: 0 !important;
@@ -25,7 +22,6 @@ p{
2522
}
2623

2724
pre{
28-
font-size: 1em;
2925
font-family: Menlo, Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
3026
}
3127

@@ -44,7 +40,7 @@ p.author {
4440
}
4541

4642
table.blocks {
47-
font: 11px "Menlo" !important !important;
43+
font-size: 11px;
4844
}
4945

5046
table tr.block{

html/views/fileview/source.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
body, html, #source {
2-
margin: 0;
3-
padding: 0;
2+
margin: 0;
3+
padding: 0;
4+
font-size: 12px;
45
}

0 commit comments

Comments
 (0)