~yoboy-leguesh/ubuntu-fr-doc/maj20150810a

« back to all changes in this revision

Viewing changes to lib/tpl/dokuwiki/css/_footnotes.css

  • Committer: YoBoY
  • Date: 2012-10-24 19:05:18 UTC
  • mfrom: (114.1.3 maj-AdoraBelle)
  • Revision ID: yoboy.leguesh@gmail.com-20121024190518-bgtic5m3dt8gnzfn
Mise à jour de Dokuwiki 2012-10-13 "Adora Belle"
Application des patch ubuntu-fr d'optimisation
Ajout des thèmes ubuntu-fr
Ajout des plugins
Mise à jour des plugins box, orphanswanted, pageredirect, tag, cloud, forcepreview, pagelist
Désactivation de la nouvelle option d'envoie de notifications mail en html
Application des derniers patchs correctifs de Dokuwiki.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * This file provides styles for footnotes.
 
3
 */
 
4
 
 
5
/*____________ footnotes inside the text ____________*/
 
6
 
 
7
/* link to footnote inside the text */
 
8
.dokuwiki sup a.fn_top {
 
9
}
 
10
/* JSpopup */
 
11
div.insitu-footnote {
 
12
    max-width: 40%;
 
13
    min-width: 5em;
 
14
}
 
15
 
 
16
/*____________ footnotes at the bottom of the page ____________*/
 
17
 
 
18
.dokuwiki div.footnotes {
 
19
    border-top: 1px solid __border__;
 
20
    padding: .5em 0 0 0;
 
21
    margin: 1em 0 0 0;
 
22
    clear: both;
 
23
}
 
24
.dokuwiki div.footnotes div.fn {
 
25
}
 
26
.dokuwiki div.footnotes div.fn sup a.fn_bot {
 
27
    font-weight: bold;
 
28
}