diff options
author | dancer <dancer> | 2004-01-11 00:34:38 +0000 |
---|---|---|
committer | dancer <dancer> | 2004-01-11 00:34:38 +0000 |
commit | b76c3083958ee0542190d3ffde9686f581ee941c (patch) | |
tree | 834a6e390eb8c57e8e39279af696cb6a173826d6 | |
parent | 8edfc6024ba3aca8422fd59c802839d839f34e89 (diff) | |
download | pbuilder-b76c3083958ee0542190d3ffde9686f581ee941c.tar pbuilder-b76c3083958ee0542190d3ffde9686f581ee941c.tar.gz |
up
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.css | 31 | ||||
-rw-r--r-- | debian/changelog | 9 |
3 files changed, 25 insertions, 19 deletions
@@ -1,3 +1,7 @@ +2004-01-11 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.css: Change css so that it's black on white, not white on black. + 2004-01-10 Junichi Uekawa <dancer@debian.org> * examples/B91dpkg-i: fix typo to properly obtain the list of packages diff --git a/Documentation/pbuilder-doc.css b/Documentation/pbuilder-doc.css index 050428a..52ceb2d 100644 --- a/Documentation/pbuilder-doc.css +++ b/Documentation/pbuilder-doc.css @@ -1,14 +1,13 @@ - body { - background-color: #004; - color: #ffffff; + background-color: #fff; + color: #000; } div.itemizedlist { } h1.title { - color: #ffffff; + color: #000; border-style: ridge; border-color: #ffaaaa; font-size: 200%; @@ -16,11 +15,11 @@ h1.title { h2.title { border-style: solid; - border-color: #ff99ee; - background-color: #ff99ee; - color: #000000; - font-size: 120%; + border-color: #232; + color: #232; + font-size: 140%; } + h3.title { border-style: solid; border-color: #ff99ee; @@ -35,25 +34,27 @@ pre.screen { } a:link { - color: #ffccff; + color: #a3a; } a:active { - color: #eeeeee; + color: #000; } a:hover { - color: #ffffff; - background-color: #5555ff; + color: #22f; + background-color: #aaf; } a:visited { - color: #ddeedd; + color: #000; } tr { - background-color: #000; + background-color: #025; + color: #eee; } td { - background-color: #000; + background-color: #025; + color: #eee; }
\ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 153363a..d1be06b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ pbuilder (0.99) UNRELEASED; urgency=low - * Documentation update: note apt-proxy is useful for caching the - apt archives. - pbuilder create failure due to debootstrap needs to be fixed in debootstrap script side. + * Documentation update: + - note apt-proxy is useful for caching the apt archives. + - pbuilder create failure due to debootstrap needs to be fixed in debootstrap script side. * Fix B91dpkg-i to fix typo in script to get names of packages properly. + * Change HTML CSS - -- Junichi Uekawa <dancer@debian.org> Sat, 10 Jan 2004 11:15:46 +0900 + -- Junichi Uekawa <dancer@debian.org> Sun, 11 Jan 2004 09:34:02 +0900 pbuilder (0.98) unstable; urgency=low |