diff --git a/ru/events/Makefile.inc b/ru/events/Makefile.inc new file mode 100644 index 0000000000..dbf2e2b123 --- /dev/null +++ b/ru/events/Makefile.inc @@ -0,0 +1,11 @@ +# +# The FreeBSD Russian Documentation Project +# +# $FreeBSD$ +# $FreeBSDru: frdp/www/ru/events/Makefile.inc,v 1.1 2004/02/23 14:37:05 andy Exp $ +# +# Original revision: 1.2 +# + +WEB_PREFIX?= ${.CURDIR}/../../.. +WEBBASE?= /data/ru/events diff --git a/ru/events/events.css b/ru/events/events.css new file mode 100644 index 0000000000..cc81a505b2 --- /dev/null +++ b/ru/events/events.css @@ -0,0 +1,25 @@ +/* + The FreeBSD Russian Documentation Project + + $FreeBSD$ + $FreeBSDru: frdp/www/ru/events/events.css,v 1.1 2005/06/17 06:52:05 andy Exp $ + + Original revision: 1.2 +*/ + +div.topic { + margin-top: 1em; + margin-bottom: 1em; +} + +div.discussion { + margin-left: 1cm; +} + +strong.speaker { + color: #660000; +} + +strong.action { + color: red; +}