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
b540b027
Commit
b540b027
authored
Jun 03, 2015
by
Randall Leeds
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2249 from hypothesis/fix-small-text
Fix display regression on help/first-run pages
parents
4b9821ef
28bf6d8a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
19 deletions
+31
-19
app.scss
h/static/styles/app.scss
+9
-0
common.scss
h/static/styles/common.scss
+0
-1
help-page.scss
h/static/styles/help-page.scss
+22
-2
topbar.scss
h/static/styles/topbar.scss
+0
-16
No files found.
h/static/styles/app.scss
View file @
b540b027
...
...
@@ -13,6 +13,11 @@ body {
@extend
.noise
;
font-family
:
$sans-font-family
;
font-weight
:
300
;
font-size
:
.8em
;
height
:
100%
;
width
:
100%
;
padding-top
:
30px
;
position
:
fixed
;
}
#{
nest
(
"hgroup"
,
"
#{
headings
()
}
"
)
}
{
...
...
@@ -27,8 +32,12 @@ ol {
}
#wrapper
{
height
:
100%
;
padding
:
.72em
;
text-align
:
center
;
overflow-y
:
auto
;
position
:
relative
;
-webkit-overflow-scrolling
:
touch
;
@include
respond-to
(
tablets
desktops
)
{
padding-bottom
:
4em
;
...
...
h/static/styles/common.scss
View file @
b540b027
...
...
@@ -18,7 +18,6 @@ $headings-color: $text-color;
@import
'tags-input'
;
@import
'topbar'
;
@import
'page'
;
@import
'help-page'
;
//ELEMENT STYLES////////////////////////////////
a
{
...
...
h/static/styles/help-page.scss
View file @
b540b027
@import
'compass'
;
@import
'reset'
;
@import
'common'
;
@import
"./mixins/icons"
;
body
{
background
:
#fff
;
}
.help-page
{
padding-top
:
2
.5em
;
padding-bottom
:
2
.5em
;
background
:
$body-background
;
font-family
:
'Lato'
,
sans-serif
!
important
;
font-weight
:
300
;
@include
breakpoint
(
920px
)
{
padding-right
:
460px
;
}
.masthead
{
margin-bottom
:
2
.5em
;
margin-left
:
-1em
;
padding
:
2
.5em
;
padding-top
:
0
;
.masthead-heading
{
padding-top
:
4px
;
font-size
:
1
.1em
;
font-weight
:
400
;
color
:
$gray
;
&
:hover
{
color
:
$gray-dark
;
}
}
}
}
...
...
h/static/styles/topbar.scss
View file @
b540b027
@import
'base'
;
@import
'mixins/responsive'
;
body
{
background-color
:
transparent
;
font-size
:
.8em
;
height
:
100%
;
width
:
100%
;
padding-top
:
30px
;
position
:
fixed
;
}
#wrapper
{
height
:
100%
;
overflow-y
:
auto
;
position
:
relative
;
-webkit-overflow-scrolling
:
touch
;
}
.topbar
{
background
:
$white
;
border
:
solid
1px
$gray-lighter
;
...
...
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