@jinntec/jinntap 1.10.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,7 +126,7 @@ tei-term {
126
126
  color: #9236A4;
127
127
  }
128
128
 
129
- tei-list, tei-noteGrp {
129
+ tei-list, tei-listAnnotation {
130
130
  display: block;
131
131
  list-style-type: disc;
132
132
  margin: 1em 0;
@@ -147,12 +147,12 @@ tei-item, tei-note {
147
147
  margin: 0.5em 0;
148
148
  }
149
149
 
150
- tei-noteGrp {
150
+ tei-listAnnotation {
151
151
  list-style-type: none;
152
152
  padding-left: 0;
153
153
  }
154
154
 
155
- tei-noteGrp::before {
155
+ tei-listAnnotation::before {
156
156
  padding: 1rem 0 0;
157
157
  margin-top: 2rem;
158
158
  border-top: 1px solid #ccc;