Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ARCHITRAVE
SADE
Commits
ae292be3
Commit
ae292be3
authored
Sep 23, 2020
by
barth23
Browse files
change ul, li only for register content
parent
a67eeba5
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/architrave/transform_register.xq
View file @
ae292be3
...
...
@@ -71,7 +71,7 @@ declare variable $letter_query :=
if
(
$letter_value
=
"button_other"
)
then
"^[^A-Za-zÄäÖöÜüÉéÎîÈè]"
else
"^["
||
$letter_value
||
"]"
;
<div>
<div
id=
"register_ul_css"
>
<ul>
<h2>
{
string
(
$letter_text
)}
</h2>
...
...
templates/register.html
View file @
ae292be3
...
...
@@ -16,14 +16,14 @@
min-height
:
38.5rem
;
}
ul
{
#register_ul_css
>
ul
{
list-style
:
none
;
/*width: 200px; */
text-indent
:
-20px
;
/* key property */
margin-left
:
20px
;
/* key property */
}
li
{
margin-bottom
:
10px
;
}
#register_ul_css
>
ul
>
li
{
margin-bottom
:
10px
;
}
.btn-group
&
gt
;
.btn
:not
(
:first-child
),
.btn-group
:not
(
:first-child
)
{
...
...
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