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
1f32cfe8
Commit
1f32cfe8
authored
Aug 19, 2015
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all the excessive line height setting
parent
1c3ac651
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
10 deletions
+0
-10
app.scss
h/static/styles/app.scss
+0
-1
common.scss
h/static/styles/common.scss
+0
-3
forms.scss
h/static/styles/forms.scss
+0
-2
page.scss
h/static/styles/page.scss
+0
-4
No files found.
h/static/styles/app.scss
View file @
1f32cfe8
...
...
@@ -184,7 +184,6 @@ $group-list-width: 225px;
.masthead-heading
{
font-size
:
1
.1em
;
line-height
:
1em
;
}
.masthead-subheading
{
...
...
h/static/styles/common.scss
View file @
1f32cfe8
...
...
@@ -30,7 +30,6 @@ body {
position
:
relative
;
background-color
:
$body-background
;
color
:
$text-color
;
line-height
:
1
.4
;
}
p
{
...
...
@@ -319,8 +318,6 @@ html {
}
.tab-content
{
line-height
:
1
.4
;
.tab-pane
{
display
:
none
;
&
.active
{
...
...
h/static/styles/forms.scss
View file @
1f32cfe8
...
...
@@ -128,7 +128,6 @@
}
.form-error
{
line-height
:
1
.5
;
color
:
$error-color
;
}
...
...
@@ -166,7 +165,6 @@
.form-actions-message
{
font-size
:
.833em
;
line-height
:
1
.5
;
float
:
left
;
margin-top
:
1em
;
}
...
...
h/static/styles/page.scss
View file @
1f32cfe8
// Styles for full pages
.page
{
li
,
p
{
line-height
:
1
.5
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
normal
;
}
...
...
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