Skip to content

Commit

Permalink
Merge pull request #10654 from jfbu/css_remove_whitespace_in_basic_cs…
Browse files Browse the repository at this point in the history
…s_from_templating

Remove empty lines inside selectors in basic.css produced from template
  • Loading branch information
tk0miya committed Jul 10, 2022
2 parents a99def3 + 9d95e29 commit 9940da0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sphinx/themes/basic/static/basic.css_t
Expand Up @@ -340,7 +340,7 @@ p.sidebar-title {
{%- if docutils_version_info[:2] >= (0, 18) %}
nav.contents,
aside.topic,
{% endif %}
{%- endif %}
div.admonition, div.topic, blockquote {
clear: left;
}
Expand All @@ -350,7 +350,7 @@ div.admonition, div.topic, blockquote {
{%- if docutils_version_info[:2] >= (0, 18) %}
nav.contents,
aside.topic,
{% endif %}
{%- endif %}
div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -392,7 +392,7 @@ aside.sidebar > :last-child,
{%- if docutils_version_info[:2] >= (0, 18) %}
nav.contents > :last-child,
aside.topic > :last-child,
{% endif %}
{%- endif %}
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
Expand All @@ -403,7 +403,7 @@ aside.sidebar::after,
{%- if docutils_version_info[:2] >= (0, 18) %}
nav.contents::after,
aside.topic::after,
{% endif %}
{%- endif %}
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down

0 comments on commit 9940da0

Please sign in to comment.