Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
a8799c91
Commit
a8799c91
authored
Nov 13, 2019
by
gijs
Browse files
Grid
parent
82b32934
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/templates/static/styles.simple.css
View file @
a8799c91
...
...
@@ -531,11 +531,6 @@ a.tag {
}
.trajectory-list
section
.trajectory--item
{
/* max-height: 300px; */
overflow
:
hidden
;
/* border-top: 2px solid;
*//* background: linear-gradient(transparent 81.2%, var(--font-size-small) 98.5%);
*/
z-index
:
1000
;
background
:
var
(
--rose-pale
);
padding
:
1em
;
outline
:
2px
solid
black
;
...
...
@@ -669,12 +664,13 @@ section.audio {
}
.inline-navigation
{
margin
:
-2em
0
1em
0
;
padding
:
1em
0
;
margin
:
-2em
-1em
1em
-1em
;
padding
:
1em
1em
;
position
:
sticky
;
top
:
-1em
;
background
:
white
;
z-index
:
5
;
border-bottom
:
2px
solid
;
}
.inline-navigation
ul
:before
{
...
...
@@ -689,14 +685,6 @@ section.audio {
display
:
block
;
}
.trajectory--item
:nth-child
(
odd
)
{
border-right
:
2px
solid
;
}
.trajectory-list
.trajectory--item
:nth-child
(
-n
+
2
)
{
border-top
:
0px
;
}
.taglist
{
column-width
:
12.5em
;
column-gap
:
1.5em
;
...
...
Write
Preview
Supports
Markdown
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