diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-02-05 00:14:37 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-02-05 00:14:37 +0000 |
commit | fd58f127a6dd0420c7b13d05c76c04621a9a4762 (patch) | |
tree | 59af872e275659095bb92bbd4026564bbcfaa4b1 /libstdc++-v3/docs/doxygen/style.css | |
parent | ebbb0a63f48a678ebc3b6064a60304aeb7662268 (diff) | |
download | gcc-fd58f127a6dd0420c7b13d05c76c04621a9a4762.zip gcc-fd58f127a6dd0420c7b13d05c76c04621a9a4762.tar.gz gcc-fd58f127a6dd0420c7b13d05c76c04621a9a4762.tar.bz2 |
[multiple changes]
2002-02-04 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/TODO: Impl-defined behavior now documented...
* docs/html/17_intro/howto.html: ...here.
* docs/doxygen/mainpage.doxy: Remove, rename...
* docs/doxygen/mainpage.html: ...to this. Tweak HTML, add license.
* docs/doxygen/style.css: Add small text.
* docs/doxygen/run_doxygen: Adjust for new mainpage.
* docs/doxygen/user.cfg.in: Likewise.
2002-02-04 Stephan Buys <s.buys@icon.co.za>
* include/bits/stl_map.h: Initial doxygen markup.
* include/std/std_fstream.h: Initial doxygen markup.
From-SVN: r49502
Diffstat (limited to 'libstdc++-v3/docs/doxygen/style.css')
-rw-r--r-- | libstdc++-v3/docs/doxygen/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/doxygen/style.css b/libstdc++-v3/docs/doxygen/style.css index 5b03b69..5e43005 100644 --- a/libstdc++-v3/docs/doxygen/style.css +++ b/libstdc++-v3/docs/doxygen/style.css @@ -21,3 +21,4 @@ FONT.comment { color: #800000 } FONT.preprocessor { color: #806020 } FONT.stringliteral { color: #002080 } FONT.charliteral { color: #008080 } +.smallertext { font-size: smaller } |