summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-09-30 20:43:24 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-09-30 20:43:24 +0000
commit58c7ea736146b97df56770edf7478548d8445f1e (patch)
treebdce5f34a3b0bef0f4d99b8f31ea3ad935c8bd5c /docs
parentbfa43c042231decdf491acae5ed6ef89c196ba97 (diff)
downloadllvm-58c7ea736146b97df56770edf7478548d8445f1e.tar.gz
llvm-58c7ea736146b97df56770edf7478548d8445f1e.tar.bz2
llvm-58c7ea736146b97df56770edf7478548d8445f1e.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/_themes/llvm-theme/static/llvm-theme.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/_themes/llvm-theme/static/llvm-theme.css b/docs/_themes/llvm-theme/static/llvm-theme.css
index f684d00ce4..beab2ca251 100644
--- a/docs/_themes/llvm-theme/static/llvm-theme.css
+++ b/docs/_themes/llvm-theme/static/llvm-theme.css
@@ -18,7 +18,6 @@ body {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
'Verdana', sans-serif;
font-size: 14px;
- letter-spacing: -0.01em;
line-height: 150%;
text-align: center;
background-color: #BFD1D4;
@@ -239,7 +238,6 @@ cite, code, tt {
font-family: 'Consolas', 'Deja Vu Sans Mono',
'Bitstream Vera Sans Mono', monospace;
font-size: 0.95em;
- letter-spacing: 0.01em;
}
:not(a.reference) > tt {
@@ -274,7 +272,6 @@ pre {
font-family: 'Consolas', 'Deja Vu Sans Mono',
'Bitstream Vera Sans Mono', monospace;
font-size: 0.95em;
- letter-spacing: 0.015em;
line-height: 120%;
padding: 0.5em;
border: 1px solid #ccc;