@paroicms/site-generator-plugin 0.13.0 → 0.13.1

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.
@@ -216,37 +216,6 @@ nav a.active::after {
216
216
  display: block;
217
217
  }
218
218
 
219
- .Text .Fig {
220
- display: table;
221
- margin: 0;
222
- }
223
- .Text .Fig.left {
224
- float: left;
225
- margin: 5px 20px 10px 0;
226
- }
227
- .Text .Fig.right {
228
- float: right;
229
- margin: 5px 0 10px 20px;
230
- }
231
- .Text .Fig.center {
232
- clear: both;
233
- margin: 20px auto;
234
- }
235
- .Text .Fig-media {
236
- display: block;
237
- height: auto;
238
- max-height: 100%;
239
- max-width: 100%;
240
- }
241
- .Text .Fig-caption {
242
- caption-side: bottom;
243
- color: #666;
244
- display: table-caption;
245
- font-size: 0.875rem;
246
- margin-top: 8px;
247
- text-align: center;
248
- }
249
-
250
219
  .Text a,
251
220
  .Text a:visited,
252
221
  .TextLink,