docco 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc8e122cfc342c995aafcd7f252fd4bf40c40e93954b8d53893cb4b1bc542b97
4
- data.tar.gz: 7559ebddafbb6294e31650ce213a3526a32ed18bd065def3b396b713898255f9
3
+ metadata.gz: b669e4e911d124b8dcbf90501aaf0a28b92b7696e74bb6e5b747ea46ac77fdde
4
+ data.tar.gz: 054efc93cdde11db5134f8ba3de1432db4da5fac5737b60e876411b101e35550
5
5
  SHA512:
6
- metadata.gz: c01036732ff4b2b6db81ae86d1794c4200590fb222d6bdaa3a72a59681032ac8a402a0afb27ce25a27cd44b5cd96adaec5b389d6ba1c3071d85789eed53e6c79
7
- data.tar.gz: eb4237fe63017abaccb95faf6f2edc003ee07a8cf7fa31693af18372e9d293316a7ffdb01e046ede9db1348176eebb793daeb4d5b60001445c676ca35eea8d62
6
+ metadata.gz: 3b8989623d87e04d92466047007ac74ec6888669d9ae1e86272bb2287b78f94a7704ff1768f32e4bee529102e1e55f82ee02e4a3688ca16de58fdb9c7adfe5a7
7
+ data.tar.gz: f3184ef6ce083097aaf8b16a6f5a7445fb8ecff0ec94b8d1a4335966d43782a4db793bb644daf53c736168412a59f963613bdba8e07ad611e7611c67bf0dd4c7
@@ -379,6 +379,46 @@ li {
379
379
  font-weight: bold;
380
380
  }
381
381
 
382
+ /* Tables */
383
+ table {
384
+ width: 100%;
385
+ margin: 1.5rem 0;
386
+ border-collapse: collapse;
387
+ background-color: var(--content-bg);
388
+ border: 1px solid var(--border-color);
389
+ border-radius: 6px;
390
+ box-shadow: var(--shadow);
391
+ overflow: hidden;
392
+ font-size: 0.95em;
393
+ }
394
+
395
+ thead {
396
+ background-color: var(--bg-color);
397
+ }
398
+
399
+ th {
400
+ text-align: left;
401
+ font-weight: 600;
402
+ color: var(--text-color);
403
+ padding: 0.75rem 1rem;
404
+ border-bottom: 1px solid var(--border-color);
405
+ }
406
+
407
+ td {
408
+ padding: 0.75rem 1rem;
409
+ border-bottom: 1px solid var(--border-color);
410
+ vertical-align: top;
411
+ line-height: 1.6;
412
+ }
413
+
414
+ tbody tr:last-child td {
415
+ border-bottom: none;
416
+ }
417
+
418
+ tbody tr:hover {
419
+ background-color: var(--bg-color);
420
+ }
421
+
382
422
  /* Code Blocks */
383
423
  code {
384
424
  font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
data/lib/docco/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Docco
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ismael Celis