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
96b53a9f
Commit
96b53a9f
authored
Feb 05, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Menlo font added to fix code preview for osx
parent
419368f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/commits.css.scss
app/assets/stylesheets/commits.css.scss
+1
-1
app/assets/stylesheets/highlight.css.scss
app/assets/stylesheets/highlight.css.scss
+2
-2
No files found.
app/assets/stylesheets/commits.css.scss
View file @
96b53a9f
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
background
:
#fff
;
background
:
#fff
;
color
:
#333
;
color
:
#333
;
font-size
:
12px
;
font-size
:
12px
;
font-family
:
'Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
font-family
:
'
Menlo'
,
'
Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
}
}
.diff_file_content_image
{
.diff_file_content_image
{
background
:
#eee
;
background
:
#eee
;
...
...
app/assets/stylesheets/highlight.css.scss
View file @
96b53a9f
...
@@ -54,7 +54,7 @@ td.code .highlight {
...
@@ -54,7 +54,7 @@ td.code .highlight {
table
.highlighttable
pre
{
table
.highlighttable
pre
{
padding
:
0
;
padding
:
0
;
margin
:
0
;
margin
:
0
;
font-family
:
'Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
font-family
:
'
Menlo'
,
'
Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
color
:
#333
;
color
:
#333
;
text-align
:left
;
text-align
:left
;
}
}
...
@@ -68,7 +68,7 @@ table.highlighttable pre{
...
@@ -68,7 +68,7 @@ table.highlighttable pre{
padding
:
0
;
padding
:
0
;
line-height
:
2
.0
;
line-height
:
2
.0
;
margin
:
0
;
margin
:
0
;
font-family
:
'Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
font-family
:
'
Menlo'
,
'
Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
color
:
#333
;
color
:
#333
;
text-align
:left
;}
text-align
:left
;}
}
}
...
...
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