diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-05 13:04:51 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-05 13:50:01 -0500 |
commit | d7872b775d77fb40a88695b5bea11f751262ad1f (patch) | |
tree | c6232d2ea099b3fa12f540efc758be246000dbdc /doc/tor-doxygen.css | |
parent | bd6bd7d28eb2718b6c2bfd9fa60d1a855d177f5d (diff) | |
download | tor-d7872b775d77fb40a88695b5bea11f751262ad1f.tar.gz tor-d7872b775d77fb40a88695b5bea11f751262ad1f.zip |
Doxygen: provide a style sheet
This sheet tries to make links to the source code browser less obtrusive.
Diffstat (limited to 'doc/tor-doxygen.css')
-rw-r--r-- | doc/tor-doxygen.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tor-doxygen.css b/doc/tor-doxygen.css new file mode 100644 index 0000000000..97cd1886db --- /dev/null +++ b/doc/tor-doxygen.css @@ -0,0 +1,10 @@ + +p.definition { + font-size: small; + padding-left: 1.5em; +} + +p.reference { + font-size: small; + padding-left: 1.5em; +} |