_glossentry.scss 500 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. // This file is part of the DITA Open Toolkit project.
  2. //
  3. // Copyright 2016 Eero Helenius
  4. //
  5. // See the accompanying LICENSE file for applicable license.
  6. // block
  7. .glossAbbreviation {
  8. }
  9. .glossAcronym {
  10. }
  11. .glossAlt {
  12. }
  13. .glossbody {
  14. }
  15. .glossdef {
  16. }
  17. .glossentry {
  18. }
  19. .glossScopeNote {
  20. }
  21. .glossShortForm {
  22. }
  23. .glossSurfaceForm {
  24. }
  25. .glossSymbol {
  26. }
  27. .glossSynonym {
  28. }
  29. .glossterm {
  30. }
  31. .glossUsage {
  32. }
  33. // inline
  34. .glossAlternateFor {
  35. }
  36. .glossPartOfSpeech {
  37. }
  38. .glossProperty {
  39. }
  40. .glossStatus {
  41. }