mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +00:00
Sphinx CSS: remove negative letter-spacing, it makes some fonts look really
bad. Fonts already have appropriate tracking built-in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164921 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -18,7 +18,6 @@ body {
|
|||||||
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
|
||||||
'Verdana', sans-serif;
|
'Verdana', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
letter-spacing: -0.01em;
|
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #BFD1D4;
|
background-color: #BFD1D4;
|
||||||
@@ -239,7 +238,6 @@ cite, code, tt {
|
|||||||
font-family: 'Consolas', 'Deja Vu Sans Mono',
|
font-family: 'Consolas', 'Deja Vu Sans Mono',
|
||||||
'Bitstream Vera Sans Mono', monospace;
|
'Bitstream Vera Sans Mono', monospace;
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
letter-spacing: 0.01em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(a.reference) > tt {
|
:not(a.reference) > tt {
|
||||||
@@ -274,7 +272,6 @@ pre {
|
|||||||
font-family: 'Consolas', 'Deja Vu Sans Mono',
|
font-family: 'Consolas', 'Deja Vu Sans Mono',
|
||||||
'Bitstream Vera Sans Mono', monospace;
|
'Bitstream Vera Sans Mono', monospace;
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
letter-spacing: 0.015em;
|
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
Reference in New Issue
Block a user