Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
fe5e88f7
Commit
fe5e88f7
authored
Sep 08, 2014
by
Aron Carroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak font stack for Ubuntu
parent
34aca2c2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
base.scss
h/static/styles/base.scss
+2
-2
simple-search.scss
h/static/styles/simple-search.scss
+1
-1
styled-text.scss
h/static/styles/styled-text.scss
+1
-1
No files found.
h/static/styles/base.scss
View file @
fe5e88f7
...
...
@@ -37,8 +37,8 @@ $link-color-hover: $hypothered !default;
// Typography
// -------------------------
$sans-font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
"Lucida Grande"
,
sans-serif
!
default
;
$serif-font-family
:
Georgia
,
"
Times New Roman"
,
Times
,
serif
!
default
;
$mono-font-family
:
Monaco
,
Menlo
,
Consolas
,
"Courier New"
,
monospace
!
default
;
$serif-font-family
:
Georgia
,
"
Bitstream Charter"
,
"Times"
,
"Times New Roman"
,
serif
!
default
;
$mono-font-family
:
Open
Sans
Mono
,
Menlo
,
DejaVu
Sans
Mono
,
monospace
!
default
;
$base-font-size
:
16px
!
default
;
$base-font-family
:
$sans-font-family
!
default
;
...
...
h/static/styles/simple-search.scss
View file @
fe5e88f7
...
...
@@ -35,7 +35,7 @@
color
:
$text-color
;
width
:
100%
;
border
:
none
!
important
;
// Override base input styles.
padding
:
.4615em
0
;
padding
:
.4615em
0
0
;
.simple-search-inactive
&
:not
(
:focus
)
{
border-color
:
#f3f3f3
!
important
;
...
...
h/static/styles/styled-text.scss
View file @
fe5e88f7
...
...
@@ -97,7 +97,7 @@
}
code
{
font-family
:
Open
Sans
Mono
,
Menlo
,
DejaVu
Sans
Mono
,
monospace
;
font-family
:
$mono-font-family
;
font-size
:
.875em
;
color
:
black
;
}
...
...
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