Package: ikiwiki Version: 2.62.1 Severity: minor Tags: patch A missing semicolon in .notebox causes rendering problems (expecially if using dark background like at http://socialinnovation.biz/).
- Jonas -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27-rc4-amd64 (SMP w/2 CPU cores) Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages ikiwiki depends on: ii libhtml-parser-perl 3.56-1+b1 A collection of modules that parse ii libhtml-scrubber-perl 0.08-4 Perl extension for scrubbing/sanit ii libhtml-template-perl 2.9-1 HTML::Template : A module for usin ii libtext-markdown-perl 1.0.21-1 Markdown and MultiMarkdown markup ii liburi-perl 1.35.dfsg.1-1 Manipulates and accesses URI strin ii perl 5.10.0-13 Larry Wall's Practical Extraction Versions of packages ikiwiki recommends: ii bzr 1.5-1.1 easy to use distributed version co ii gcc [c-compiler] 4:4.3.1-2 The GNU C compiler ii gcc-4.1 [c-compiler] 4.1.2-23 The GNU C compiler ii gcc-4.3 [c-compiler] 4.3.1-9 The GNU C compiler ii git-core 1:1.5.6.5-1 fast, scalable, distributed revisi ii libauthen-passphrase-perl 0.005-3 Perl module encapsulating hashed p ii libc6-dev [libc-dev] 2.7-13 GNU C Library: Development Librari ii libcgi-formbuilder-perl 3.05.01-6 Easily generate and process statef ii libcgi-session-perl 4.35-1 Persistent session data in CGI app ii liblwpx-paranoidagent-perl 1.03-1.1 a "paranoid" subclass of LWP::User ii libmail-sendmail-perl 0.79.16-1 Send email from a perl script ii libnet-openid-consumer-per 0.14-4 library for consumers of OpenID id ii libtimedate-perl 1.1600-9 Time and date functions for Perl ii libxml-simple-perl 2.18-1 Perl module for reading and writin ii mercurial 1.0.1-5 Scalable distributed version contr ii subversion 1.5.1dfsg1-1 Advanced version control system ii tla 1.3.5+dfsg-14 GNU Arch revision control system Versions of packages ikiwiki suggests: pn dvipng <none> (no description available) ii graphviz 2.20.2-2 rich set of graph drawing tools ii libcrypt-ssleay-per 0.57-1+b1 Support for https protocol in LWP ii libdigest-sha1-perl 2.11-2+b1 NIST SHA-1 message digest algorith ii libfile-mimeinfo-pe 0.15-1 Perl module to determine file type ii liblocale-gettext-p 1.05-4 Using libc functions for internati ii libmailtools-perl 2.04-1 Manipulate email in perl programs pn libnet-amazon-s3-pe <none> (no description available) ii librpc-xml-perl 0.60-3 Perl module implementation of XML- ii libsearch-xapian-pe 1.0.7.0-1 Perl bindings for the Xapian C++ s pn libtext-csv-perl <none> (no description available) ii libtext-typography- 0.01-2 markup ASCII text with correct typ ii libtext-wikiformat- 0.78-1 translates Wiki formatted text int ii libxml-feed-perl 0.12-1 Syndication feed parser and auto-d ii perlmagick 7:6.3.7.9.dfsg1-2+b2 Perl interface to the libMagick gr ii polygen 1.0.6.ds2-6 generator of random sentences from ii python 2.5.2-2 An interactive high-level object-o pn python-docutils <none> (no description available) pn sparkline-php <none> (no description available) ii texlive 2007.dfsg.1-3 TeX Live: A decent selection of th ii tidy 20080116cvs-2 HTML syntax checker and reformatte pn viewvc | gitweb | v <none> (no description available) ii xapian-omega 1.0.7-3 CGI search interface and indexers -- no debconf information
diff --git a/style.css b/style.css index 2e6cdee..44a6e0f 100644 --- a/style.css +++ b/style.css @@ -295,7 +295,7 @@ input#searchbox { margin-bottom: 1ex; padding: 1ex 1ex; border: 1px solid #aaa; - width: 25% + width: 25%; background: white; color: black !important; }