diff options
| author | Dan Allen <dan@opendevise.com> | 2018-02-10 03:01:15 -0700 |
|---|---|---|
| committer | Dan Allen <dan@opendevise.com> | 2018-02-10 03:01:15 -0700 |
| commit | 6c2033e57b8aac68ae4b34f0bbe5dc1f0fe303cb (patch) | |
| tree | 10c51dd1d2ace213154d946e8514cfd46cb957fd /src/css | |
| parent | 3a227ec5c5c60b4175bfcdf9f317058194809505 (diff) | |
| download | alpine-antora-theme-6c2033e57b8aac68ae4b34f0bbe5dc1f0fe303cb.tar.bz2 alpine-antora-theme-6c2033e57b8aac68ae4b34f0bbe5dc1f0fe303cb.tar.xz | |
actually collapse top margin of first child of example block
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/doc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/doc.css b/src/css/doc.css index 07011e8..4bf1ef5 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -415,7 +415,7 @@ padding: 0.75rem; } -.doc .exampleblock > :first-child { +.doc .exampleblock > .content > :first-child { margin-top: 0; } |
