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
907f4a5c
Commit
907f4a5c
authored
Jun 08, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some excessive thread padding
parent
61d91b50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
app.scss
hypothesis/sass/app.scss
+7
-5
No files found.
hypothesis/sass/app.scss
View file @
907f4a5c
...
...
@@ -264,12 +264,15 @@ $iconset: iconset_wireframe;
//THREAD INDENTATION
.hyp-thread
{
margin-left
:
-
$thread-padding
/
2
;
padding
:
0
0
0
(
$thread-padding
/
2
)
;
padding
-left
:
$thread-padding
/
2
;
&
>
.annotator-listing
>
*
{
&
>
.annotator-listing
{
border-left
:
1px
dotted
#999999
;
margin
:
1em
-1em
-1em
0
;
padding
:
1em
1em
1em
$thread-padding
;
margin
:
0
-1em
-1em
0
;
&
>
*
{
padding
:
1em
1em
1em
$thread-padding
;
}
}
}
...
...
@@ -657,7 +660,6 @@ $iconset: iconset_wireframe;
//EDITOR
.hyp-writer
{
//@include smallshadow(0, 2px, 0.2);
background-color
:
#fff
;
position
:
relative
;
z-index
:
20
;
...
...
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