Changeset 90592 in spip-zone
- Timestamp:
- Jun 29, 2015, 12:10:28 PM (6 years ago)
- Location:
- _squelettes_/soyezcreateurs_net/trunk/plugins/soyezcreateurs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/soyezcreateurs_net/trunk/plugins/soyezcreateurs/stylescommuniquant.css.html
r90589 r90592 36 36 padding-left: 20px; 37 37 } 38 #homeSecondblock li, .syndic li { list-style-type: disc; } 38 39 39 40 #communiquant_content_extra { … … 65 66 width: 100%; 66 67 } 68 #communiquant_content_extra .goodies h2:first-child { margin-top: 0; } 69 67 70 .cadreinfo { margin: 0; width: 100%; clear: both; padding: 0;} 68 71 /*.formulaire_spip { margin-bottom: 0; }*/ … … 73 76 #homecadre_outils { clear:both; } 74 77 #homecadre_outils ul { padding:0; } 75 #homecadre_outils li { display: inline ; float:left; text-align:center; }78 #homecadre_outils li { display: inline-block; text-align:center; } 76 79 #homecadre_outils img { padding: 0 10px; } 77 80 -
_squelettes_/soyezcreateurs_net/trunk/plugins/soyezcreateurs/stylessoyezcreateurs.css.html
r90590 r90592 95 95 /* Suivre les recommandations de http://romy.tetue.net/signaler-les-abreviations - Merci !*/ 96 96 acronym, abbr { border-bottom: .1em dotted; cursor: help; } 97 iframe { border: none; } 98 a[hreflang]:after { content: ""; } 99 /* Liens externes */ 100 a.spip_out:after, a.external:after { content: ""; } 101 a[hreflang].spip_out:after, a[hreflang].external:after { content: ""; } 102 img { box-sizing: content-box; } 103 97 104 @media print { 98 105 abbr:after, acronym:after { content: " ("attr(title)")"; } 99 106 abbr, acronym { border-bottom: 0; } 100 107 } 101 iframe { border: none; }102 108 103 109 /*************** FORMS */
Note: See TracChangeset
for help on using the changeset viewer.