Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
e6b97d09
Commit
e6b97d09
authored
9 years ago
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve font sizes for code and diff
parent
0f52d259
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
CHANGELOG
CHANGELOG
+2
-2
app/assets/stylesheets/generic/highlight.scss
app/assets/stylesheets/generic/highlight.scss
+2
-2
app/assets/stylesheets/main/variables.scss
app/assets/stylesheets/main/variables.scss
+1
-0
app/assets/stylesheets/sections/diff.scss
app/assets/stylesheets/sections/diff.scss
+3
-3
No files found.
CHANGELOG
View file @
e6b97d09
...
...
@@ -17,8 +17,8 @@ v 7.8.0
- Show tags in commit view (Hannes Rosenögger)
- Only count a user's vote once on a merge request or issue (Michael Clarke)
-
-
-
-
Increate font size when browse source files and diffs
-
Create new file in empty repository using GitLab UI
-
- Upgrade Sidekiq gem to version 3.3.0
- Stop git zombie creation during force push check
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/generic/highlight.scss
View file @
e6b97d09
...
...
@@ -11,7 +11,7 @@
border-radius
:
0
;
font-family
:
$monospace_font
;
font-size
:
$code_font_size
!
important
;
line-height
:
1
.4
!
important
;
line-height
:
$code_line_height
!
important
;
margin
:
0
;
overflow
:
auto
;
overflow-y
:
hidden
;
...
...
@@ -39,7 +39,7 @@
font-family
:
$monospace_font
;
display
:
block
;
font-size
:
$code_font_size
!
important
;
line-height
:
1
.4
!
important
;
line-height
:
$code_line_height
!
important
;
white-space
:
nowrap
;
i
{
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/main/variables.scss
View file @
e6b97d09
...
...
@@ -60,3 +60,4 @@ $sidebar_width: 230px;
$avatar_radius
:
50%
;
$code_font_size
:
13px
;
$code_line_height
:
1
.5
;
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/sections/diff.scss
View file @
e6b97d09
...
...
@@ -37,7 +37,7 @@
overflow-y
:
hidden
;
background
:
#FFF
;
color
:
#333
;
font-size
:
12px
;
font-size
:
$code_font_size
;
.old
{
span
.idiff
{
background-color
:
#F99
;
...
...
@@ -64,8 +64,8 @@
margin
:
0px
;
padding
:
0px
;
td
{
line-height
:
18px
;
font-size
:
12px
;
line-height
:
$code_line_height
;
font-size
:
$code_font_size
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment