r107 - trunk/patches
Ludovic Rousseau
rousseau at alioth.debian.org
Tue Nov 21 21:08:09 UTC 2006
Author: rousseau
Date: 2006-11-21 22:08:09 +0100 (Tue, 21 Nov 2006)
New Revision: 107
Added:
trunk/patches/15_example_css.dpatch
Log:
Closes: #392439 "bins/index.html: blue characters upon a blue background"
Added: trunk/patches/15_example_css.dpatch
===================================================================
--- trunk/patches/15_example_css.dpatch 2006-11-21 20:56:19 UTC (rev 106)
+++ trunk/patches/15_example_css.dpatch 2006-11-21 21:08:09 UTC (rev 107)
@@ -0,0 +1,91 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 15_example_css.dpatch by <rousseau at macbox.maison.bogus>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad bins-1.1.29~/doc/example.css bins-1.1.29/doc/example.css
+--- bins-1.1.29~/doc/example.css 1970-01-01 01:00:00.000000000 +0100
++++ bins-1.1.29/doc/example.css 2006-11-12 17:35:25.000000000 +0100
+@@ -0,0 +1,80 @@
++body {
++ }
++
++.navhomehead { padding-top: 0;
++ margin-bottom: 0;
++ padding-bottom: 0;
++ font-size: 80%
++ }
++
++.navhomehead { color: black; }
++.navhomehead a:link { color: black; }
++.navhomehead a:visited { color: black; }
++
++.navhead { padding-top: 0;
++ margin-bottom: 0;
++ padding-bottom: 0;
++ font-size: 80%
++ }
++
++.navhead { color: black; }
++.navhead a:link { color: black; }
++.navhead a:visited { color: black; }
++
++.navfoot { color: black;
++ font-size: 70%;
++ }
++
++.navfoot a:link { color: black; }
++.navfoot a:visited { color: black; }
++
++pre.programlisting { font-size: 80%;
++ }
++
++span.footdate { color: black;
++ font-size: 70%;
++ font-family: Arial, sans-serif;
++ }
++
++span.foothome { color: black;
++ font-size: 70%;
++ font-family: Arial, sans-serif;
++ }
++
++span.footfeed { color: black;
++ font-size: 70%;
++ font-family: Arial, sans-serif;
++ }
++
++span.footcopy { color: black;
++ font-size: 70%;
++ font-family: Arial, sans-serif;
++ }
++
++SPAN.curpage { color: yellow;
++ font-style: italic; }
++SPAN.curpage A { color: white; }
++SPAN.curpage A:link { color: white; }
++SPAN.curpage A:visited { color: white; }
++
++SPAN.toplevel A { color: white; }
++SPAN.toplevel A:link { color: white; }
++SPAN.toplevel A:visited { color: white; }
++
++SPAN.otherpage { color: white; }
++SPAN.otherpage A { color: white; }
++SPAN.otherpage A:link { color: white; }
++SPAN.otherpage A:visited { color: white; }
++
++SPAN.descendant A { color: white; }
++SPAN.descendant A:link { color: white; }
++SPAN.descendant A:visited { color: white; }
++
++SPAN.ancestor A { color: white; }
++SPAN.ancestor A:link { color: white; }
++SPAN.ancestor A:visited { color: white; }
++
++SPAN.shrink1 { font-size: 80%; }
++SPAN.shrink2 { font-size: 70%; }
++SPAN.shrink3 { font-size: 70%; }
++
Property changes on: trunk/patches/15_example_css.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-bins-commits
mailing list