Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eupt-textapi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
EUPT
eupt-textapi
Merge requests
!27
Resolve "Zitierhinweis in die TextAPI einfügen"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Zitierhinweis in die TextAPI einfügen"
10-zitierhinweis-in-die-textapi-einfugen
into
develop
Overview
5
Commits
7
Pipelines
7
Changes
3
1 unresolved thread
Hide all comments
Merged
Michelle Weidling
requested to merge
10-zitierhinweis-in-die-textapi-einfugen
into
develop
10 months ago
Overview
5
Commits
7
Pipelines
7
Changes
3
1 unresolved thread
Hide all comments
Expand
Closes
#10 (closed)
0
0
Merge request reports
Compare
develop
version 5
f5c7ccce
10 months ago
version 4
a88daea2
10 months ago
version 3
0a473cda
10 months ago
version 2
ce87e489
10 months ago
version 1
c935e540
10 months ago
develop (base)
and
latest version
latest version
8aa71429
7 commits,
10 months ago
version 5
f5c7ccce
6 commits,
10 months ago
version 4
a88daea2
5 commits,
10 months ago
version 3
0a473cda
4 commits,
10 months ago
version 2
ce87e489
3 commits,
10 months ago
version 1
c935e540
1 commit,
10 months ago
3 files
+
48
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
assets/css/metadata.css
+
18
−
14
Options
.bibl
{
cursor
:
pointer
;
display
:
inline-block
;
vertical-align
:
top
;
cursor
:
pointer
;
display
:
inline-block
;
vertical-align
:
top
;
}
.bibl-long
{
border
:
solid
1px
var
(
--theme-color
);
border-radius
:
3px
;
display
:
none
;
font-size
:
small
;
max-width
:
fit-content
;
padding
:
5px
;
word-wrap
:
break-word
;
border
:
solid
1px
var
(
--theme-color
);
border-radius
:
3px
;
display
:
none
;
font-size
:
small
;
max-width
:
fit-content
;
padding
:
5px
;
word-wrap
:
break-word
;
}
.bibl
+
input
[
type
=
checkbox
]
{
display
:
none
;
.bibl
+
input
[
type
=
"
checkbox
"
]
{
display
:
none
;
}
.bibl
+
input
[
type
=
checkbox
]
:checked
~
.bibl-long
{
display
:
block
;
.bibl
+
input
[
type
=
"checkbox"
]
:checked
~
.bibl-long
{
display
:
block
;
}
.padding
{
padding-bottom
:
1em
;
}
Loading