Compare commits
3 Commits
353f90cfbc
...
dist/eole/
Author | SHA1 | Date | |
---|---|---|---|
0708b98110 | |||
199abcb900 | |||
78831a1bec |
8
debian/eole-lemonldap-themes.postinst
vendored
8
debian/eole-lemonldap-themes.postinst
vendored
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Création du lien de template transnum
|
# Création du lien de template transnum
|
||||||
if [ ! -L "/usr/share/lemonldap-ng/portal/templates/transnum" ]
|
#if [ ! -L "/usr/share/lemonldap-ng/portal/templates/transnum" ]
|
||||||
then
|
#then
|
||||||
ln -s /usr/share/lemonldap-ng/portal/templates/transnum /var/lib/lemonldap-ng/portal/skins/transnum
|
# ln -s /usr/share/lemonldap-ng/portal/templates/transnum /var/lib/lemonldap-ng/portal/skins/transnum
|
||||||
fi
|
#fi
|
||||||
|
@ -30,7 +30,9 @@ body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
color:#ffffff;
|
background-color: #96281b;
|
||||||
|
border-color: #96281b;
|
||||||
|
color:#fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user