Don't enable dnsmasq IPSET functionality on 2.4 kernel
[tomato.git] / release / src / router / libdaemon / doc / style.css
blob4d5a95a27863fc5e5112b3ec3c435f1c7655004a
1 /***
2 This file is part of libdaemon.
4 Copyright 2003-2008 Lennart Poettering
6 libdaemon is free software; you can redistribute it and/or modify
7 it under the terms of the GNU Lesser General Public License as
8 published by the Free Software Foundation, either version 2.1 of the
9 License, or (at your option) any later version.
11 libdaemon is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Lesser General Public License for more details.
16 You should have received a copy of the GNU Lesser General Public
17 License along with libdaemon. If not, see
18 <http://www.gnu.org/licenses/>.
19 ***/
21 body { color: black; background-color: white; }
22 a:link, a:visited { color: #900000; }
23 div.news-date { font-size: 80%; font-style: italic; }
24 pre { background-color: #f0f0f0; padding: 0.4cm; }
25 .grey { color: #8f8f8f; font-size: 80%; }