Initial import, synchronized with English 1.1
This commit is contained in:
parent
57e72d9868
commit
bf268d361e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19801
2 changed files with 62 additions and 0 deletions
24
ru/projects/busdma/Makefile
Normal file
24
ru/projects/busdma/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#
|
||||||
|
# The FreeBSD Russian Documentation Project
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
# $FreeBSDru: frdp/www/ru/projects/busdma/Makefile,v 1.1 2004/01/23 18:11:35 andy Exp $
|
||||||
|
#
|
||||||
|
# Original revision: 1.1
|
||||||
|
#
|
||||||
|
|
||||||
|
# Summary for busdma project status
|
||||||
|
|
||||||
|
MAINTAINER= rwatson
|
||||||
|
|
||||||
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
|
DOCS= index.sgml
|
||||||
|
DATA= style.css
|
||||||
|
|
||||||
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
38
ru/projects/busdma/style.css
Normal file
38
ru/projects/busdma/style.css
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
BODY {
|
||||||
|
}
|
||||||
|
|
||||||
|
BODY TD {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
BODY SMALL {
|
||||||
|
width: 615px;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.heading {
|
||||||
|
font-size: 15px;
|
||||||
|
background-color: #cbd2ec;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section {
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: #e7e9f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notes {
|
||||||
|
font-size: 13px;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
width: 615px;
|
||||||
|
height: auto;
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
width: 550px;
|
||||||
|
height: auto;
|
||||||
|
}
|
Loading…
Reference in a new issue