summaryrefslogtreecommitdiffstats
path: root/doc/style.css
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-05 19:20:39 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-05 19:20:39 +0200
commit34973b31f077059e6d886e12c7b99efd44d9fb90 (patch)
tree5ba4cb25b087ec07fc2391013ffade5250bf1891 /doc/style.css
parent14199948c5460a49dc3aee3278f2b08a5432b45b (diff)
update license header from all files, drop $Id$
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/style.css b/doc/style.css
index e2d8004..51386c6 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,26 +1,26 @@
-/* $Id$ */
-
/***
- * This file is part of paprefs.
- *
- * paprefs is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * paprefs is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with paprefs; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- ***/
+ This file is part of paprefs.
+
+ Copyright 2006-2008 Lennart Poettering
+
+ paprefs is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 2.1 of the
+ License, or (at your option) any later version.
+
+ paprefs is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with paprefs. If not, see
+ <http://www.gnu.org/licenses/>.
+***/
-body { color: black; background-color: white; }
-a:link, a:visited { color: #900000; }
-div.news-date { font-size: 80%; font-style: italic; }
+body { color: black; background-color: white; }
+a:link, a:visited { color: #900000; }
+div.news-date { font-size: 80%; font-style: italic; }
pre { background-color: #f0f0f0; padding: 0.4cm; }
.grey { color: #8f8f8f; font-size: 80%; }
table { margin-left: 1cm; border:1px solid lightgrey; padding: 0.2cm; }