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
8ad7586a
Commit
8ad7586a
authored
Jan 22, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated font-family
parent
44c38b32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
app/assets/stylesheets/style.scss
app/assets/stylesheets/style.scss
+4
-2
No files found.
app/assets/stylesheets/style.scss
View file @
8ad7586a
...
...
@@ -9,7 +9,9 @@ audio:not([controls]) { display: none; }
html
{
font-size
:
100%
;
overflow-y
:
scroll
;
-webkit-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
;
}
body
{
margin
:
0
;
font-size
:
13px
;
line-height
:
1
.231
;
}
body
,
button
,
input
,
select
,
textarea
{
font-family
:
sans-serif
;
color
:
#222
;
}
body
,
button
,
input
,
select
,
textarea
{
font-family
:
"helvetica"
,
"arial"
,
"freesans"
,
"clean"
,
sans-serif
;
color
:
#222
;
}
::-moz-selection
{
background
:
#79c3e0
;
color
:
#fff
;
text-shadow
:
none
;
}
::selection
{
background
:
#79c3e0
;
color
:
#fff
;
text-shadow
:
none
;
}
...
...
@@ -648,7 +650,7 @@ body.projects-page .browse-code{margin-right: 10px}
}
body
,
button
,
input
,
select
,
textarea
{
font-family
:
"
Helvetica
"
,
sans-serif
;
font-family
:
"
helvetica"
,
"arial"
,
"freesans"
,
"clean
"
,
sans-serif
;
}
/** FORM INPUTS **/
...
...
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