[llvm-commits] [llvm] r164921 - /llvm/trunk/docs/_themes/llvm-theme/static/llvm-theme.css
Dmitri Gribenko
gribozavr at gmail.com
Sun Sep 30 13:43:24 PDT 2012
Author: gribozavr
Date: Sun Sep 30 15:43:24 2012
New Revision: 164921
URL: http://llvm.org/viewvc/llvm-project?rev=164921&view=rev
Log:
Sphinx CSS: remove negative letter-spacing, it makes some fonts look really
bad. Fonts already have appropriate tracking built-in.
Modified:
llvm/trunk/docs/_themes/llvm-theme/static/llvm-theme.css
Modified: llvm/trunk/docs/_themes/llvm-theme/static/llvm-theme.css
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/_themes/llvm-theme/static/llvm-theme.css?rev=164921&r1=164920&r2=164921&view=diff
==============================================================================
--- llvm/trunk/docs/_themes/llvm-theme/static/llvm-theme.css (original)
+++ llvm/trunk/docs/_themes/llvm-theme/static/llvm-theme.css Sun Sep 30 15:43:24 2012
@@ -18,7 +18,6 @@
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 @@
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 @@
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;
More information about the llvm-commits
mailing list