From 5351ae85df8ce5d1948c6adbc2e6775c78583235 Mon Sep 17 00:00:00 2001 From: "guillaume.wauquier@declic3000.com" <> Date: Sun, 14 Feb 2016 20:16:26 +0000 Subject: [PATCH] Creation d'un modele et suppression de la soulignette --- .gitattributes | 1 + css/sociaux.css | 1 + modeles/sociaux.html | 8 ++++++++ paquet.xml | 2 +- 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 modeles/sociaux.html diff --git a/.gitattributes b/.gitattributes index be96713..b199ffd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,6 +10,7 @@ formulaires/configurer_sociaux.html -text inclure/sociaux.html -text lang/paquet-sociaux_fr.php -text lang/sociaux_fr.php -text +modeles/sociaux.html -text /paquet.xml -text prive/squelettes/contenu/configurer_sociaux.html -text prive/themes/spip/images/sociaux-128.png -text diff --git a/css/sociaux.css b/css/sociaux.css index ad02dd1..56187bf 100644 --- a/css/sociaux.css +++ b/css/sociaux.css @@ -24,6 +24,7 @@ font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; + text-decoration: none; } .socicon:empty{ width: 1em; diff --git a/modeles/sociaux.html b/modeles/sociaux.html new file mode 100755 index 0000000..d69375a --- /dev/null +++ b/modeles/sociaux.html @@ -0,0 +1,8 @@ +[(#REM) +liste les liens vers les réseaux sociaux + +on associe les classes de socicon si l'option est activée +http://www.socicon.com/how.php + +] +[(#INCLURE{fond=inclure/sociaux})] \ No newline at end of file diff --git a/paquet.xml b/paquet.xml index f9e2409..e404640 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="sociaux" categorie="edition" - version="1.0.6" + version="1.0.7" etat="stable" compatibilite="[3.0.20;3.1.*]" logo="prive/themes/spip/images/sociaux-64.png" -- GitLab