mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
Correct background colour for code elements in the manual.
This commit is contained in:
parent
889f6e893c
commit
bc76d7ec43
1 changed files with 9 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ pre, tt, code, a.mpstag {
|
|||
font-size: 100%;
|
||||
}
|
||||
|
||||
.note tt, .warning tt, tt {
|
||||
tt, code {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
@ -220,6 +220,14 @@ li.toctree-l1, li.toctree-l2, li.toctree-l3 {
|
|||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
/* Override background-color for code elements. */
|
||||
.sphinxsidebar code {
|
||||
background-color: {{ theme_sidebarbgcolor }};
|
||||
}
|
||||
.note code, .admonition code {
|
||||
background-color: {{ theme_codebgcolor }};
|
||||
}
|
||||
|
||||
/* Format the glossary index in two columns. */
|
||||
|
||||
div#memory-management-glossary div#all {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue