Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephen Judkins
haddock
Commits
17c6dfee
Commit
17c6dfee
authored
6 years ago
by
Nuno Alexandre
Committed by
Alec Theriault
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update font to PT Sans
Also migrate some general text related changes from hackage.
parent
6cd564a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
haddock-api/resources/html/NewOcean.std-theme/new-ocean.css
+21
-13
21 additions, 13 deletions
haddock-api/resources/html/NewOcean.std-theme/new-ocean.css
with
21 additions
and
13 deletions
haddock-api/resources/html/NewOcean.std-theme/new-ocean.css
+
21
−
13
View file @
17c6dfee
...
...
@@ -11,16 +11,16 @@ html {
body
{
background
:
#fefefe
;
color
:
#
221D30
;
color
:
#
333
;
text-align
:
left
;
min-height
:
100
%
;
min-height
:
100
vh
;
position
:
relative
;
-webkit-text-size-adjust
:
100%
;
-webkit-font-feature-settings
:
"kern"
1
;
-moz-font-feature-settings
:
"kern"
1
;
-o-font-feature-settings
:
"kern"
1
;
font-feature-settings
:
"kern"
1
;
font-kerning
:
normal
;
-webkit-font-feature-settings
:
"kern"
1
,
"liga"
0
;
-moz-font-feature-settings
:
"kern"
1
,
"liga"
0
;
-o-font-feature-settings
:
"kern"
1
,
"liga"
0
;
font-feature-settings
:
"kern"
1
,
"liga"
0
;
letter-spacing
:
0.0015rem
;
}
#content
a
{
...
...
@@ -144,7 +144,6 @@ body.js-enabled .hide-when-js-enabled {
#package-header
.caption
{
display
:
inline-block
;
margin
:
3px
1em
2px
2em
;
float
:
left
;
}
#package-header
ul
.links
{
...
...
@@ -191,11 +190,20 @@ Display the package name on top of the menu links and center both elements:
http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts.css
*/
body
{
font
:
400
15px
/
1.5
'Open Sans'
,
sans-serif
;
*
font-size
:
small
;
/* for IE */
*
font
:
x-small
;
/* for IE in quirks mode */
}
body
,
button
{
font
:
400
17px
/
1.43
'PT Sans'
,
/* Fallback Font Stack */
-apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
Roboto
,
Oxygen-Sans
,
Cantarell
,
'Helvetica Neue'
,
sans-serif
;
*
font-size
:
medium
;
/* for IE */
*
font
:
x-small
;
/* for IE in quirks mode */
}
h1
{
font-size
:
146.5%
;
/* 19pt */
}
h2
{
font-size
:
131%
;
/* 17pt */
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment