cvs updates from Wed Dec 15 17:45:22 EST 2010
[tridge/bind9.git] / release-notes.css
diff --git a/release-notes.css b/release-notes.css
deleted file mode 100644 (file)
index 30bd89f..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-/*
- * Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
- * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
- * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
-/* $Id: release-notes.css,v 1.1.8.3 2010/11/29 01:16:57 tbox Exp $ */
-
-body {
-       background-color: #ffffff;
-       color: #333333;
-       font-family: "Helvetica Neue", "ArialMT", "Verdana", "Arial", "Helvetica", sans-serif;
-       font-size: 14px;
-       line-height: 18px;
-       margin: 2em auto;
-       width: 700px;
-}
-
-.command {
-       font-family: "Courier New", "Courier", monospace;
-       font-weight: normal;
-}
-
-.note {
-       background-color: #ddeedd;
-       border: 1px solid #aaccaa;
-       margin: 1em 0 1em 0;
-       padding: 0.5em 1em 0.5em 1em;
-       -moz-border-radius: 10px;
-       -webkit-border-radius: 10px;
-}
-
-.screen {
-       background-color: #ffffee;
-       border: 1px solid #ddddaa;
-       padding: 0.25em 1em 0.25em 1em;
-       margin: 1em 0 1em 0;
-       -moz-border-radius: 10px;
-       -webkit-border-radius: 10px;
-}
-
-.section.title {
-       font-size: 150%;
-       font-weight: bold;
-}
-
-.section.section.title {
-  font-size: 130%;
-  font-weight: bold;
-}