From 00ba55e59312602fc064c914203dfc5e3b32f872 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 28 Oct 2003 18:55:27 +0000 Subject: [PATCH] Publications do not get distributed with docs/; hence, their stylesheet need not be distributed either. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9545 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/llvm.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/llvm.css b/docs/llvm.css index 26f6c45fdfa..1b30c063b02 100644 --- a/docs/llvm.css +++ b/docs/llvm.css @@ -39,9 +39,3 @@ .doc_red { color: red } - -/* Publications */ -.pub_title { font-family: "Georgia,Palatino,Times,Roman"; - font-size: 24pt; - text-align: center } -.pub_author { font-size: 14pt; text-align: center }