Changeset 111129 in spip-zone
- Timestamp:
- Jul 14, 2018, 5:22:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/prive_fluide/branches/remix/prive/style_prive_plugin_prive_fluide_remix.html
r110784 r111129 78 78 } 79 79 80 /* pas de justification, c'est mal, et pas de césure auto */ 81 #wysiwyg .champ,.preview { 82 -moz-hyphens:none; 83 -webkit-hyphens:none; 84 -khtml-hyphens:none; 85 -ms-hyphens:none; 86 -o-hyphens:none; 87 hyphens:none; 88 text-align: #ENV{left}; 89 } 90 91 80 92 .liste-objets tr td { 81 93 font-size: 1em; 82 94 } 83 95 .liste-objets tr > td.secondaire, 84 96 .liste-objets tr > td:not(.principale):not(.titre) { 85 97 font-size: .9em; 98 } 99 .liste-objets tr > td > span { 100 font-size: inherit; 86 101 } 87 102 .liste-objets tr > .date, 88 103 .liste-objets tr > .auteur { 89 104 min-width: 130px; 90 }91 92 #wysiwyg .champ,93 .preview {94 font-size: 1em;95 105 } 96 106 … … 406 416 .large .largeur, .large #conteneur, .large .table_page { 407 417 width: auto !important; 408 max-width: 1 100px;418 max-width: 1200px; 409 419 } 410 420
Note: See TracChangeset
for help on using the changeset viewer.