Overview
Comment:Ajout classe titre intermédiaire
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: b80159ceaa0c9824e6711d1417914b0e3aad1445
User & Date: bohwaz on 2018-08-19 23:01:04
Other Links: branch diff | manifest | tags
Context
2018-08-19
23:02
Suppression envoi message collectif check-in: 310d20ffeb user: bohwaz tags: dev
23:01
Ajout classe titre intermédiaire check-in: b80159ceaa user: bohwaz tags: dev
14:07
Déplacer l'ajout de l'asso dans le sujet check-in: 941e7b8dba user: bohwaz tags: dev
Changes

Modified src/www/admin/static/admin.css from [fad6836c1b] to [1589dc2eca].

685
686
687
688
689
690
691


























692
693
694
695
696
697
698
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724







+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+







    padding-bottom: .5em;
    border-bottom: 1pt solid #999;
}

#rapport h1 {
    text-align: center;
}

h2.ruler {
    margin: .5em;
    text-align: center;
    color: #333;
}

h2.ruler:before, h2.ruler:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

h2.ruler:before {
    right: 0.5em;
    margin-left: -50%;
}

h2.ruler:after {
    left: 0.5em;
    margin-right: -50%;
}

.icn, .icnl {
    font-family: "gicon", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;