summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static/basic.css_t
Commit message (Expand)AuthorAgeFilesLines
* Allow multi-line object description signatures (#11011)TLouf2023-05-111-0/+10
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-0/+903
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-903/+0
* Happy New Year!Adam Turner2023-01-011-1/+1
* Increase minimum Docutils to 0.18Adam Turner2022-09-271-45/+0
* Remove empty lines inside selectors in basic.css produced from templateJean-François B2022-07-101-4/+4
* Use Docutils 0.19 footnote styles (#10599)Adam Turner2022-07-041-5/+3
* Fix duplicated field term colons for Docutils 0.18+ (#10595)Jean-François B2022-06-251-0/+2
* Move `aside.topic` into the conditional blocksAdam Turner2022-06-071-4/+6
* Add `nav.contents` everywhere that `div.topic` is usedAdam Turner2022-06-071-0/+12
* Fix double brackets on Docutils 0.18+Adam Turner2022-06-041-0/+2
* Add `aside.topic` for Docutils 0.18+Adam Turner2022-05-301-2/+4
* Update `basic.css_t` for footnote & citation changesAdam Turner2022-05-221-4/+28
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Prevent literal line wrappingJakob Lykke Andersen2021-12-021-0/+1
* Fix selection of parameter names in HTML themeElliott Sales de Andrade2021-10-221-1/+2
* Remove `div.doctest`Arthur Volant2021-04-201-1/+1
* Add `div.doctest` to snippetArthur Volant2021-04-191-1/+1
* Remove link to stackoverflowArthur Volant2021-04-171-2/+0
* Add div.highlightArthur Volant2021-04-171-1/+1
* Add line numbersArthur Volant2021-04-171-0/+2
* Fix selection for safari/Internet Explorer and MozillaArthur Volant2021-04-171-4/+8
* Decl styling, fix font size in basicJakob Lykke Andersen2021-04-121-1/+8
* Decl styling, C styling and C++ char literal stylingJakob Lykke Andersen2021-04-121-1/+5
* Decl styling, add CSS for the C++ domainJakob Lykke Andersen2021-04-121-0/+12
* Decl styling, consistent monospaceJakob Lykke Andersen2021-04-121-2/+6
* Decl styling, make desc_inline nodeJakob Lykke Andersen2021-04-121-0/+6
* Decl styling, more nodes and C++ conversionJakob Lykke Andersen2021-04-121-18/+24
* Merge branch '3.x'Takeshi KOMIYA2021-04-111-8/+10
|\
| * Fix #9051: html theme: The style for figure are not appliedTakeshi KOMIYA2021-04-111-8/+10
* | Merge branch '3.x'Takeshi KOMIYA2021-04-111-1/+4
|\ \ | |/
| * CSS: support for aside.sidebar (from docutils 0.17+)Matthias Geier2021-04-071-1/+4
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Fix #8380: html search: search results are wrapped with <p> instead of <div>Takeshi KOMIYA2020-11-081-1/+1
|/
* basic CSS: disable "user-select" on span.linenosMatthias Geier2020-10-241-0/+1
* basic CSS: fix "highlight-" selectorMatthias Geier2020-08-011-2/+2
* basic CSS: apply "clearfix" to admonitions etc.Matthias Geier2020-07-051-0/+15
* basic CSS: remove overflow-x from admonition/topic, allow more "floating"Matthias Geier2020-07-051-4/+6
* basic CSS: better handling of list margins, including "simple" listsMatthias Geier2020-06-201-18/+15
* FIXUP: remove "compact" classMatthias Geier2020-06-191-3/+1
* basic CSS: Take "simple" and "compact" lists into accountMatthias Geier2020-06-181-0/+8
* Merge pull request #7657 from mgeier/css-marginsTakeshi KOMIYA2020-06-081-19/+48
|\
| * basic CSS: Add hlist marginMatthias Geier2020-05-121-0/+4
| * basic CSS: move code block margin to outer <div>Matthias Geier2020-05-121-6/+6
| * basic CSS: ul/ol marginsMatthias Geier2020-05-121-2/+18
| * basic CSS: remove margin-bottom in last element of <dl>Matthias Geier2020-05-121-0/+5
| * basic CSS: Remove margin-bottom from last child in sidebar/topic/admonitionMatthias Geier2020-05-121-4/+8
| * basic CSS: consistent 7px padding on topic and sidebarMatthias Geier2020-05-121-2/+2
| * basic CSS: remove first/last-child margin not only for <p>Matthias Geier2020-05-121-7/+7