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
d3764ccf
Commit
d3764ccf
authored
Mar 23, 2015
by
Randall Leeds
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2050 from hypothesis/welcome-page-tweaks
Refresh welcome page
parents
c85f1c88
133e113f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
14 deletions
+20
-14
app.scss
h/static/styles/app.scss
+5
-12
help-page.scss
h/static/styles/help-page.scss
+15
-2
No files found.
h/static/styles/app.scss
View file @
d3764ccf
...
...
@@ -152,19 +152,12 @@ ol {
.masthead-heading
{
margin
:
0
;
padding-top
:
4px
;
}
.masthead-subheading
{
font-size
:
1
.231em
;
margin
:
0
;
}
img
{
float
:
left
;
opacity
:
.7
;
font-size
:
1
.1em
;
font-weight
:
400
;
color
:
$gray
;
&
:hover
{
opacity
:
1
;
color
:
$gray-dark
;
}
}
}
...
...
@@ -181,7 +174,7 @@ ol {
}
.masthead-heading
{
font-size
:
20px
;
font-size
:
1
.1em
;
line-height
:
1em
;
}
...
...
h/static/styles/help-page.scss
View file @
d3764ccf
...
...
@@ -4,6 +4,7 @@
padding-top
:
2
.5em
;
padding-bottom
:
2
.5em
;
background
:
$body-background
;
font-family
:
'Lato'
,
sans-serif
!
important
;
@include
breakpoint
(
920px
)
{
padding-right
:
460px
;
...
...
@@ -32,7 +33,8 @@
.help-page-heading
{
color
:
$gray-darker
;
margin-bottom
:
1em
;
font-size
:
1
.5em
;
font-weight
:
400
;
font-size
:
1
.1em
;
}
.help-page-lede
{
...
...
@@ -130,7 +132,8 @@
.feature-heading
{
color
:
$gray-darker
;
font-size
:
1
.125em
;
font-size
:
1em
;
font-weight
:
400
;
margin-bottom
:
.555em
;
}
...
...
@@ -156,3 +159,13 @@
font-size
:
12px
;
}
}
/*
Mobile layout
*/
@media
screen
and
(
max-width
:
30em
)
{
.help-page-sidebar
{
display
:
none
;
}
}
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