basic.css (fish-3.5.0.tar.xz) | : | basic.css (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 238 | skipping to change at line 238 | |||
div.body p, div.body dd, div.body li, div.body blockquote { | div.body p, div.body dd, div.body li, div.body blockquote { | |||
-moz-hyphens: auto; | -moz-hyphens: auto; | |||
-ms-hyphens: auto; | -ms-hyphens: auto; | |||
-webkit-hyphens: auto; | -webkit-hyphens: auto; | |||
hyphens: auto; | hyphens: auto; | |||
} | } | |||
a.headerlink { | a.headerlink { | |||
visibility: hidden; | visibility: hidden; | |||
} | } | |||
a.brackets:before, | a.brackets:before, | |||
span.brackets > a:before{ | span.brackets > a:before{ | |||
content: "["; | content: "["; | |||
} | } | |||
a.brackets:after, | a.brackets:after, | |||
span.brackets > a:after { | span.brackets > a:after { | |||
content: "]"; | content: "]"; | |||
} | } | |||
skipping to change at line 336 | skipping to change at line 335 | |||
background-color: #ffe; | background-color: #ffe; | |||
width: 40%; | width: 40%; | |||
float: right; | float: right; | |||
clear: right; | clear: right; | |||
overflow-x: auto; | overflow-x: auto; | |||
} | } | |||
p.sidebar-title { | p.sidebar-title { | |||
font-weight: bold; | font-weight: bold; | |||
} | } | |||
div.admonition, div.topic, blockquote { | ||||
div.admonition, div.topic, aside.topic, blockquote { | ||||
clear: left; | clear: left; | |||
} | } | |||
/* -- topics ---------------------------------------------------------------- */ | /* -- topics ---------------------------------------------------------------- */ | |||
div.topic { | ||||
div.topic, aside.topic { | ||||
border: 1px solid #ccc; | border: 1px solid #ccc; | |||
padding: 7px; | padding: 7px; | |||
margin: 10px 0 10px 0; | margin: 10px 0 10px 0; | |||
} | } | |||
p.topic-title { | p.topic-title { | |||
font-size: 1.1em; | font-size: 1.1em; | |||
font-weight: bold; | font-weight: bold; | |||
margin-top: 10px; | margin-top: 10px; | |||
} | } | |||
skipping to change at line 382 | skipping to change at line 379 | |||
div.body p.centered { | div.body p.centered { | |||
text-align: center; | text-align: center; | |||
margin-top: 25px; | margin-top: 25px; | |||
} | } | |||
/* -- content of sidebars/topics/admonitions -------------------------------- */ | /* -- content of sidebars/topics/admonitions -------------------------------- */ | |||
div.sidebar > :last-child, | div.sidebar > :last-child, | |||
aside.sidebar > :last-child, | aside.sidebar > :last-child, | |||
div.topic > :last-child, | div.topic > :last-child, | |||
aside.topic > :last-child, | ||||
div.admonition > :last-child { | div.admonition > :last-child { | |||
margin-bottom: 0; | margin-bottom: 0; | |||
} | } | |||
div.sidebar::after, | div.sidebar::after, | |||
aside.sidebar::after, | aside.sidebar::after, | |||
div.topic::after, | div.topic::after, | |||
aside.topic::after, | ||||
div.admonition::after, | div.admonition::after, | |||
blockquote::after { | blockquote::after { | |||
display: block; | display: block; | |||
content: ''; | content: ''; | |||
clear: both; | clear: both; | |||
} | } | |||
/* -- tables ---------------------------------------------------------------- */ | /* -- tables ---------------------------------------------------------------- */ | |||
table.docutils { | table.docutils { | |||
End of changes. 5 change blocks. | ||||
7 lines changed or deleted | 2 lines changed or added |