Overview
Comment:Fix [62107e66fa]
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0f01dfe36fe5e4ea6e07b79b35b8b3cfc0f99b1b
User & Date: bohwaz on 2012-05-24 04:17:56
Other Links: manifest | tags
Context
2012-05-24
04:19
Version 0.3.1 check-in: 7ff5f71248 user: bohwaz tags: trunk
04:17
Fix [62107e66fa] check-in: 0f01dfe36f user: bohwaz tags: trunk
04:15
Correction gestion version check-in: b69e396deb user: bohwaz tags: trunk
Changes

Modified www/admin/static/admin.css from [361961b29f] to [1e4fdb72dd].

399
400
401
402
403
404
405




406
407
408
409
410
411
412
    width: 100%;
}

.wikiContent p, .wikiContent h3, .wikiContent h4, .wikiContent h5, .wikiContent h6,
.wikiContent ul, .wikiContent ol, .wikiContent table, .wikiContent blockquote {
    margin-bottom: 8pt;
}





.pagination {
    clear: both;
    list-style-type: none;
    padding: 0.4em 0;
    text-align: center;
}







>
>
>
>







399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
    width: 100%;
}

.wikiContent p, .wikiContent h3, .wikiContent h4, .wikiContent h5, .wikiContent h6,
.wikiContent ul, .wikiContent ol, .wikiContent table, .wikiContent blockquote {
    margin-bottom: 8pt;
}

.wikiContent ul, .wikiContent ol, .wikiContent dd {
    margin-left: 2em;
}

.pagination {
    clear: both;
    list-style-type: none;
    padding: 0.4em 0;
    text-align: center;
}