Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_theme_admin
Commits
51fc3c99
Commit
51fc3c99
authored
Apr 22, 2021
by
Eric Bremner
Browse files
ISTWCMS-4773: adding css for image alignment
parent
1fbc32da
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/uw_theme_admin.css
View file @
51fc3c99
...
...
@@ -35,3 +35,16 @@
width
:
6rem
;
}
.uw-media.align-center
{
display
:
block
;
margin-right
:
auto
;
margin-left
:
auto
;
}
.uw-media.align-right
{
float
:
right
;
}
.uw-media.align-left
{
float
:
right
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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