You are here

footnotes_field.css in Footnotes 7.2

Same filename and directory in other branches
  1. 7.3 footnotes_field/css/footnotes_field.css
ul.footnotes {
  display: none;
}

#footnotes-all ul.footnotes {
  display: block;
}

File

footnotes_field/css/footnotes_field.css
View source
  1. ul.footnotes {
  2. display: none;
  3. }
  4. #footnotes-all ul.footnotes {
  5. display: block;
  6. }