diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-09-30 20:43:24 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-09-30 20:43:24 +0000 |
| commit | 0fd5ce068ede31cb8385ae2b723a788cb8b023c4 (patch) | |
| tree | 15e190efa42648832410dbfe60b044f2e388657c /llvm | |
| parent | 2e747e35965f2aaf204dccbf65d6d0e39fa22249 (diff) | |
| download | bcm5719-llvm-0fd5ce068ede31cb8385ae2b723a788cb8b023c4.tar.gz bcm5719-llvm-0fd5ce068ede31cb8385ae2b723a788cb8b023c4.zip | |
Sphinx CSS: remove negative letter-spacing, it makes some fonts look really
bad. Fonts already have appropriate tracking built-in.
llvm-svn: 164921
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/_themes/llvm-theme/static/llvm-theme.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/_themes/llvm-theme/static/llvm-theme.css b/llvm/docs/_themes/llvm-theme/static/llvm-theme.css index f684d00ce43..beab2ca2512 100644 --- a/llvm/docs/_themes/llvm-theme/static/llvm-theme.css +++ b/llvm/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; |

