diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 05:33:45 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 05:33:45 +0000 |
| commit | dfa6ee7ca748840ecb9bcd053b96086a0d6fa44e (patch) | |
| tree | 134e0fcfb267d4db108d695978ebfab037838f86 | |
| parent | 64a262268224ffe5a469436f680f7bb3123a53ae (diff) | |
| download | bcm5719-llvm-dfa6ee7ca748840ecb9bcd053b96086a0d6fa44e.tar.gz bcm5719-llvm-dfa6ee7ca748840ecb9bcd053b96086a0d6fa44e.zip | |
Remove an unneeded space, mostly to verify that auto-update of the
documentation is working.
llvm-svn: 38429
| -rw-r--r-- | llvm/docs/CommandGuide/manpage.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/manpage.css b/llvm/docs/CommandGuide/manpage.css index b2003434901..c922564dc3c 100644 --- a/llvm/docs/CommandGuide/manpage.css +++ b/llvm/docs/CommandGuide/manpage.css @@ -13,7 +13,7 @@ h1, a { color: #336699; } .mmenuon { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #ff6600; font-size: 10pt; - } +} .mmenuoff { font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; color: #ffffff; font-size: 10pt; |

