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
e6e43ccb
Commit
e6e43ccb
authored
Aug 19, 2015
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start to clean up a lot of extraneous CSS
parent
1f32cfe8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
78 deletions
+9
-78
app.scss
h/static/styles/app.scss
+6
-65
common.scss
h/static/styles/common.scss
+0
-4
help-page.scss
h/static/styles/help-page.scss
+3
-1
styled-text.scss
h/static/styles/styled-text.scss
+0
-8
No files found.
h/static/styles/app.scss
View file @
e6e43ccb
@import
'compass'
;
$base-font-size
:
12px
;
$base-line-height
:
20px
;
@import
'reset'
;
@import
'common'
;
...
...
@@ -27,14 +30,6 @@ ol {
padding-left
:
3em
;
}
#home
{
border-top
:
none
;
@include
respond-to
(
tablets
desktops
)
{
padding
:
2rem
4rem
4rem
;
}
}
.content
{
margin-left
:
auto
;
margin-right
:
auto
;
...
...
@@ -45,39 +40,6 @@ ol {
padding-left
:
4rem
;
padding-right
:
4rem
;
}
&
>
header
{
@include
respond-to
(
handhelds
)
{
text-align
:
center
;
}
@include
respond-to
(
wide-handhelds
tablets
desktops
)
{
@include
pie-clearfix
;
text-align
:
left
;
}
margin-bottom
:
1em
;
hgroup
h1
{
margin-bottom
:
0
!
important
;
}
}
.domain
{
margin
:
3px
0
4px
;
}
.domain
.favicon
{
margin
:
0
8px
;
}
.page
{
margin-bottom
:
16px
;
a
{
font-weight
:
bold
;
}
}
}
...
...
@@ -158,35 +120,14 @@ $group-list-width: 225px;
}
.masthead
{
margin-bottom
:
1em
;
.masthead-heading
{
margin
:
0
;
padding-top
:
4px
;
font-size
:
1
.1em
;
font-weight
:
400
;
color
:
$gray
;
font-size
:
1
.1em
;
&
:hover
{
color
:
$gray-dark
;
}
}
}
.masthead-small
{
img
{
width
:
48px
;
height
:
auto
;
padding-top
:
1px
;
}
hgroup
{
margin-left
:
54px
;
}
.masthead-heading
{
font-size
:
1
.1em
;
}
.masthead-subheading
{
font-size
:
14px
;
}
}
h/static/styles/common.scss
View file @
e6e43ccb
...
...
@@ -2,10 +2,6 @@
@import
'compass/layout/stretching'
;
@import
'base'
;
$base-font-size
:
12px
;
$base-line-height
:
20px
;
$headings-color
:
$text-color
;
@import
'mixins/responsive'
;
@import
'grid'
;
@import
'annotations'
;
...
...
h/static/styles/help-page.scss
View file @
e6e43ccb
@import
'compass'
;
$base-font-size
:
16px
;
$base-line-height
:
22px
;
@import
'reset'
;
@import
'common'
;
@import
"./mixins/icons"
;
...
...
@@ -24,7 +27,6 @@ body {
padding-top
:
0
;
.masthead-heading
{
padding-top
:
4px
;
font-size
:
1
.1em
;
font-weight
:
400
;
color
:
$gray
;
...
...
h/static/styles/styled-text.scss
View file @
e6e43ccb
...
...
@@ -70,10 +70,6 @@
margin-bottom
:
.291em
;
}
li
,
p
{
line-height
:
1
.3
;
}
a
{
text-decoration
:
underline
;
}
...
...
@@ -90,10 +86,6 @@
p
,
ol
,
ul
,
img
,
pre
,
blockquote
{
margin
:
.7063em
0
;
}
p
,
li
{
line-height
:
1
.5
;
}
}
code
{
...
...
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