mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-31 10:21:10 -04:00
Fold the standalone rsync-web repo into the rsync source tree as rsync-web/, eliminating the sibling-checkout convention and the drift it causes between the release-time HTML snapshot in ../release/rsync-html and the source of truth in ../rsync-web. Flat-copy import (no git history merge). The standalone repo at github.com/RsyncProject/rsync-web is retained for historical reference and will be archived once the in-tree copy proves itself. Add /rsync-web/ to .gitattributes with export-ignore so the website content does not bloat the release source tarball produced by 'git archive' in packaging/release.py step_7_tarball. A follow-up commit repoints HTML_SRC in packaging/release.py at the new in-tree location.
20 lines
714 B
CSS
20 lines
714 B
CSS
|
|
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
|
|
.MATH { font-family: "Century Schoolbook", serif; }
|
|
.MATH I { font-family: "Century Schoolbook", serif; font-weight: bold }
|
|
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }
|
|
|
|
/* implement both fixed-size and relative sizes */
|
|
SMALL.XTINY { font-size : xx-small }
|
|
SMALL.TINY { font-size : x-small }
|
|
SMALL.SCRIPTSIZE { font-size : smaller }
|
|
SMALL.FOOTNOTESIZE { font-size : small }
|
|
SMALL.SMALL { }
|
|
BIG.LARGE { }
|
|
BIG.XLARGE { font-size : large }
|
|
BIG.XXLARGE { font-size : x-large }
|
|
BIG.HUGE { font-size : larger }
|
|
BIG.XHUGE { font-size : xx-large }
|
|
|
|
/* document-specific styles come next */
|