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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
2fde90a2
Commit
2fde90a2
authored
Sep 08, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix small font size for diff comments
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
99bbbb5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+2
-2
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-2
No files found.
app/assets/stylesheets/pages/diff.scss
View file @
2fde90a2
...
...
@@ -45,7 +45,7 @@
overflow-y
:
hidden
;
background
:
#FFF
;
color
:
#333
;
font-size
:
$code_font_size
;
.old
{
span
.idiff
{
background-color
:
#f8cbcb
;
...
...
@@ -82,7 +82,7 @@
border
:
none
;
margin
:
0px
;
padding
:
0px
;
td
{
.line_holder
td
{
line-height
:
$code_line_height
;
font-size
:
$code_font_size
;
}
...
...
app/assets/stylesheets/pages/notes.scss
View file @
2fde90a2
...
...
@@ -132,8 +132,6 @@ ul.notes {
}
.diff-file
.notes_holder
{
font-size
:
13px
;
line-height
:
18px
;
font-family
:
$regular_font
;
td
{
...
...
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