Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Constance Lavinia Dami
ProjetPetitPrince
Commits
2cd7f0e1
Commit
2cd7f0e1
authored
May 18, 2020
by
Naoeltanuki
Browse files
pas réussi à faire les espaces sur la légende...
parent
b02f85c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Prince2020/prince/static/stylesheets/main.css
View file @
2cd7f0e1
...
...
@@ -126,10 +126,9 @@ a:hover{
color
:
#bc1c03
!important
;
//
Define
your
own
color
in
your
CSS
}
/*carte
#mapid { height: 180px; }*/
.info-legend
{
line-height
:
18
px
;
/*
line-height:
5
px;
*/
color
:
#555
;
padding
:
6px
8px
;
font
:
14px
/
16px
Arial
,
Helvetica
,
sans-serif
;
...
...
@@ -145,10 +144,7 @@ a:hover{
margin-right
:
8px
;
opacity
:
0.7
;
}
.legend_map
{
height
:
30px
;
width
:
25px
;
}
/*liste_langues*/
.computer_lang
{
visibility
:
visible
;
...
...
Prince2020/prince/templates/carte.html
View file @
2cd7f0e1
...
...
@@ -126,7 +126,7 @@
for
(
var
i
=
0
;
i
<
types
.
length
;
i
++
)
{
div
.
innerHTML
+=
(
"
<img src=
"
+
markers
[
i
]
+
"
height='30' width='25'>
"
)
+
types
[
i
]
+
'
<br>
'
;
(
"
<img src=
"
+
markers
[
i
]
+
"
height='30' width='25'>
"
)
+
types
[
i
]
+
"
<br>
"
;
}
return
div
;
...
...
Write
Preview
Supports
Markdown
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