***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Invenio Theme TUW
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Center for Research Data Management
Invenio Theme TUW
Merge requests
!90
Rework the contact page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rework the contact page
mm/contact-page
into
master
Overview
0
Commits
2
Pipelines
0
Changes
6
Merged
Moser, Maximilian
requested to merge
mm/contact-page
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
master
version 1
448c8c71
3 years ago
master (base)
and
latest version
latest version
6e81cc2b
2 commits,
3 years ago
version 1
448c8c71
1 commit,
3 years ago
6 files
+
69
−
28
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
invenio_theme_tuw/theme/assets/semantic-ui/less/invenio_theme_tuw/theme/custom/contact.less
0 → 100644
+
25
−
0
Options
/* -------------------- */
/* contact page styling */
/* -------------------- */
.contact.container {
/* add margins to the contact blocks (including heading) */
section {
margin: 2em 0.5em;
/* indent the contact address blocks a bit (after the heading) */
.contact {
margin: 0 0.5em;
}
}
span {
/* include line breaks in the addresses */
display: block;
/* for the <pre> phone number */
pre {
display: inline;
}
}
}
Loading