Blame doc/style.css

Packit ab56a9
/***
Packit ab56a9
  This file is part of libdaemon.
Packit ab56a9
Packit ab56a9
  Copyright 2003-2008 Lennart Poettering
Packit ab56a9
Packit ab56a9
  libdaemon is free software; you can redistribute it and/or modify
Packit ab56a9
  it under the terms of the GNU Lesser General Public License as
Packit ab56a9
  published by the Free Software Foundation, either version 2.1 of the
Packit ab56a9
  License, or (at your option) any later version.
Packit ab56a9
Packit ab56a9
  libdaemon is distributed in the hope that it will be useful, but
Packit ab56a9
  WITHOUT ANY WARRANTY; without even the implied warranty of
Packit ab56a9
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Packit ab56a9
  Lesser General Public License for more details.
Packit ab56a9
Packit ab56a9
  You should have received a copy of the GNU Lesser General Public
Packit ab56a9
  License along with libdaemon. If not, see
Packit ab56a9
  <http://www.gnu.org/licenses/>.
Packit ab56a9
***/
Packit ab56a9
Packit ab56a9
body { color: black; background-color: white; } 
Packit ab56a9
a:link, a:visited { color: #900000; }       
Packit ab56a9
div.news-date { font-size: 80%; font-style: italic; } 
Packit ab56a9
pre { background-color: #f0f0f0; padding: 0.4cm; }
Packit ab56a9
.grey { color: #8f8f8f; font-size: 80%; }