diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-10-23 02:07:10 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-10-23 02:07:10 -0600 |
| commit | cd8bca609cc1a3d0d5bf7d5ecd780df4ceaa5010 (patch) | |
| tree | b6c375bbcda3bc67d972390a70c47abbbdb8e43a /src | |
| parent | 2bb5724a5310741ccf9c1a1e924c2bc81b30409c (diff) | |
remove obsolete gist embed styles from default stylesheet
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css index 102a25ef..eb0db25f 100644 --- a/src/stylesheets/asciidoctor.css +++ b/src/stylesheets/asciidoctor.css @@ -1953,17 +1953,6 @@ sup.footnoteref a:active { padding: 0.75em 0; } -.gist .file-data > table { - border: 0; - background: #fff; - width: 100%; - margin-bottom: 0; -} - -.gist .file-data > table td.line-data { - width: 99%; -} - div.unbreakable { page-break-inside: avoid; } |
