head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2007.06.05.08.36.09;	author chinsan;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Import the CSS layout for zh_TW web.

Obtained from: The FreeBSD Traitional Chinese project
@
text
@#
# The FreeBSD Traditional Chinese Project
# Original Revision: 1.4
#
# $FreeBSD$

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DATA=	cvsweb.css
DATA+=	fixed.css
DATA+=	fixed_large.css
DATA+=	global.css
DATA+=	iefixes.css
DATA+=	layout.css
DATA+=	navigation.css
DATA+=	query-pr.css
DATA+=	table.css
DATA+=	text.css

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@
