]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove release-notes.css
authorEvan Hunt <each@isc.org>
Thu, 12 Apr 2012 04:25:05 +0000 (21:25 -0700)
committerEvan Hunt <each@isc.org>
Thu, 12 Apr 2012 04:25:05 +0000 (21:25 -0700)
release-notes.css [deleted file]

diff --git a/release-notes.css b/release-notes.css
deleted file mode 100644 (file)
index f01af57..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-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;
-}