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
30a8086f
Commit
30a8086f
authored
Jun 06, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up some cruft
parent
0d2278ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
app.scss
hypothesis/sass/app.scss
+2
-14
No files found.
hypothesis/sass/app.scss
View file @
30a8086f
...
@@ -507,7 +507,7 @@ $threadexp-width: 1em;
...
@@ -507,7 +507,7 @@ $threadexp-width: 1em;
//ANNOTATION REPLY
//ANNOTATION REPLY
.hyp-reply
{
.hyp-reply
{
background
:
white
;
background
-color
:
white
;
border-left
:
1px
dotted
#999999
;
border-left
:
1px
dotted
#999999
;
margin-left
:
$thread-padding
/
2
;
margin-left
:
$thread-padding
/
2
;
padding
:
.5em
0
.5em
$thread-padding
;
padding
:
.5em
0
.5em
$thread-padding
;
...
@@ -564,30 +564,18 @@ $threadexp-width: 1em;
...
@@ -564,30 +564,18 @@ $threadexp-width: 1em;
@include
rotate
(
-10deg
);
}
}
@include
rotate
(
-10deg
);
}
}
.hyp-collapsed
{
.hyp-collapsed
{
.hyp-user
,
.hyp-body
,
.hyp-bottombar
{
font-size
:
0
.9em
};
.hyp-content
{
.hyp-content
{
padding-left
:
0
.5em
;
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.hyp-body
{
@include
pie-clearfix
;
margin-top
:
0
.5em
;
.hyp-left
{
font-weight
:
bold
;
float
:
left
;
}
.hyp-right
{
float
:
right
;
margin-top
:
0
.25em
;
}
}
.hyp-tinyscore
{
.hyp-tinyscore
{
position
:
absolute
;
position
:
absolute
;
left
:
-
$score-width
/
2
;
}
left
:
-
$score-width
/
2
;
}
.hyp-tag
{
.hyp-tag
{
padding
:
0
.1em
0
.3em
;
padding
:
0
.1em
0
.3em
;
}
}
.hyp-time
{
display
:
none
;
}
}
}
}
}
...
@@ -630,7 +618,7 @@ $threadexp-width: 1em;
...
@@ -630,7 +618,7 @@ $threadexp-width: 1em;
//BUCKET VIEW REPLY SUMMARIES
//BUCKET VIEW REPLY SUMMARIES
.hyp-summary
{
.hyp-summary
{
@include
single-transition
(
@include
single-transition
(
"box-shadow,-moz-box-shadow,-webkit-box-shadow
,bottom
"
,
"box-shadow,-moz-box-shadow,-webkit-box-shadow"
,
.1s
,
ease-in-out
);
.1s
,
ease-in-out
);
line-height
:
1
.25em
;
line-height
:
1
.25em
;
background
:
hsla
(
0
,
0%
,
100%
,
1
);
background
:
hsla
(
0
,
0%
,
100%
,
1
);
...
...
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