Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
ae7202e4
Verified
Commit
ae7202e4
authored
Oct 19, 2020
by
Mathias Goebel
🎠
Browse files
feat: enable project specific text styling
parent
181590b4
Pipeline
#155124
passed with stages
in 3 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/statics/support.css
View file @
ae7202e4
.bibl
.date
.dateline
.italic
.note-comment
.object
.org
.person
.place
.rs-person
.seg
.signed
.superscript
.unknown-element
{
display
:
inline
;
}
.italic
{
font-style
:
italic
;
}
.underline
{
display
:
inline
;
text-decoration
:
underline
;
}
/* THIS FILE IS TO BE REPLACED BY PROJECT SPECIFIC CSS
in order to add project specific styling of the text panel,
this file SHOULD be replaced before a project specific build
is generated.
Use own repositories for this, like the Ahikar project does it
at: https://gitlab.gwdg.de/subugoe/ahikar/frontend
/* AHIKAR */
#__text
{
direction
:
rtl
;
}
This file is going to be included via SCSS!
*/
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