summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.adoc1
-rw-r--r--data/stylesheets/asciidoctor-default.css2
-rw-r--r--src/stylesheets/asciidoctor.css11
3 files changed, 1 insertions, 13 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index ede04a42..4ad85415 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -34,6 +34,7 @@ Improvements::
* Prevent line numbers on source blocks in HTML output from being selected (applies to pygments and coderay) (#4128)
* Allow hash to be specified for Vimeo video either in video ID or using `hash` attribute (#4176)
* Remove unnecessary specificity in default stylesheet for styling p element inside list item
+ * Remove obsolete gist embed styles from default stylesheet
Documentation::
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css
index 93dce585..2c079f8e 100644
--- a/data/stylesheets/asciidoctor-default.css
+++ b/data/stylesheets/asciidoctor-default.css
@@ -327,8 +327,6 @@ sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none;margin-left:-1.05em}
#footnotes .footnote:last-of-type{margin-bottom:0}
#content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.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}
.big{font-size:larger}
.small{font-size:smaller}
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;
}