diff options
author | des <des@FreeBSD.org> | 2003-05-15 08:39:00 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-05-15 08:39:00 +0000 |
commit | a9fb3bca164e2e207f2c190f26925f595568b3c7 (patch) | |
tree | cea4314ac0e3ccb9bf4b71a20c5ee348af3bdea6 /tools | |
parent | 8bde6a5ce14f3b5341d89c47ff76713fe42a914f (diff) | |
download | FreeBSD-src-a9fb3bca164e2e207f2c190f26925f595568b3c7.zip FreeBSD-src-a9fb3bca164e2e207f2c190f26925f595568b3c7.tar.gz |
CSS uses C-style comments, not C++-style.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tinderbox/www/tb.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/www/tb.css b/tools/tools/tinderbox/www/tb.css index af39e7d..1a27420 100644 --- a/tools/tools/tinderbox/www/tb.css +++ b/tools/tools/tinderbox/www/tb.css @@ -1,4 +1,6 @@ -// $FreeBSD$ +/* + * $FreeBSD$ + */ BODY, H1, H2, H3, H4, H5, H6, LI { font-family: Helvetica, sans-serif; |