[or-cvs] r16399: A new header that selects either left to right or right to l (website/trunk/include)

ioerror at seul.org ioerror at seul.org
Mon Aug 4 21:46:34 UTC 2008


Author: ioerror
Date: 2008-08-04 17:46:34 -0400 (Mon, 04 Aug 2008)
New Revision: 16399

Modified:
   website/trunk/include/head.wmi
Log:
A new header that selects either left to right or right to left, depending on how head.wmi is called.



Modified: website/trunk/include/head.wmi
===================================================================
--- website/trunk/include/head.wmi	2008-08-04 21:42:36 UTC (rev 16398)
+++ website/trunk/include/head.wmi	2008-08-04 21:46:34 UTC (rev 16399)
@@ -15,7 +15,8 @@
   <meta name="Author" content="Roger Dingledine" />
   <ifneq "$(CHARSET)" "" "<meta http-equiv="content-type" content="text/html; charset=$(CHARSET)" />">
   <ifeq "$(CHARSET)" "" "<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />">
-  <link rel="stylesheet" type="text/css" href="$(DOCROOT)/stylesheet.css" />
+  <ifneq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/$(STYLESHEET)" />">
+  <ifeq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/stylesheet-ltr.css" />">
   <link rel="shortcut icon" type="image/x-icon" href="$(DOCROOT)/favicon.ico" />
   <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)" />">
 </head>



More information about the tor-commits mailing list