pyret-embed 0.0.44 → 0.0.45

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.
@@ -2306,9 +2306,19 @@ table.pyret-table thead {
2306
2306
  position: sticky;
2307
2307
  top: 0;
2308
2308
  }
2309
+
2310
+ table.pyret-table tr:last-child td:first-child {
2311
+ border-bottom-left-radius: var(--table-radius);
2312
+ }
2313
+ table.pyret-table tr:last-child td:last-child {
2314
+ border-bottom-right-radius: var(--table-radius);
2315
+ }
2316
+
2309
2317
  /* style first and last th elements to use the table's rounded corners */
2310
- th:first-child { border-top-left-radius: var(--table-radius); }
2311
- th:last-child { border-top-right-radius: var(--table-radius); }
2318
+ table.pyret-table th:first-child { border-top-left-radius: var(--table-radius); }
2319
+ table.pyret-table th:last-child { border-top-right-radius: var(--table-radius); }
2320
+
2321
+
2312
2322
 
2313
2323
  /* Force tables to be the full height of the viewport, leaving 225px for other chrome */
2314
2324
  table.pyret-table tbody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyret-embed",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "description": "A library for embedding Pyret into webpages",
5
5
  "main": "dist/pyret.js",
6
6
  "files": [