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
Jérome Perrin
gitlab-ce
Commits
2b8b0602
Commit
2b8b0602
authored
Jan 26, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make code font size a bit bigger so its easier to read it
parent
ff7055ee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
app/assets/stylesheets/generic/highlight.scss
app/assets/stylesheets/generic/highlight.scss
+4
-4
app/assets/stylesheets/main/variables.scss
app/assets/stylesheets/main/variables.scss
+1
-0
No files found.
app/assets/stylesheets/generic/highlight.scss
View file @
2b8b0602
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
border
:
none
;
border
:
none
;
border-radius
:
0
;
border-radius
:
0
;
font-family
:
$monospace_font
;
font-family
:
$monospace_font
;
font-size
:
12px
!
important
;
font-size
:
$code_font_size
!
important
;
line-height
:
1
6px
!
important
;
line-height
:
1
.4
!
important
;
margin
:
0
;
margin
:
0
;
overflow
:
auto
;
overflow
:
auto
;
overflow-y
:
hidden
;
overflow-y
:
hidden
;
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
a
{
a
{
font-family
:
$monospace_font
;
font-family
:
$monospace_font
;
display
:
block
;
display
:
block
;
font-size
:
12px
!
important
;
font-size
:
$code_font_size
!
important
;
line-height
:
1
6px
!
important
;
line-height
:
1
.4
!
important
;
white-space
:
nowrap
;
white-space
:
nowrap
;
i
{
i
{
...
...
app/assets/stylesheets/main/variables.scss
View file @
2b8b0602
...
@@ -59,3 +59,4 @@ $list-font-size: 15px;
...
@@ -59,3 +59,4 @@ $list-font-size: 15px;
$sidebar_width
:
230px
;
$sidebar_width
:
230px
;
$avatar_radius
:
50%
;
$avatar_radius
:
50%
;
$code_font_size
:
13px
;
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