From e8d367279482fdbb34035a8d63c30a254bb2aeaa Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 5 Oct 2008 12:29:01 +0200 Subject: [PATCH] Fix footer widths --- PciIds/Html/Util.pm | 19 ++++++---------- index.html | 55 ++++++++++++++++++++------------------------- static/common.css | 6 +++++ 3 files changed, 37 insertions(+), 43 deletions(-) diff --git a/PciIds/Html/Util.pm b/PciIds/Html/Util.pm index 32173f2..633fe0a 100644 --- a/PciIds/Html/Util.pm +++ b/PciIds/Html/Util.pm @@ -59,22 +59,17 @@ sub genHtmlFooter( $$$ ) { require PciIds::Html::Jump; PciIds::Html::Jump::jumpWindow( $req, $args ); } - print '
- - - - -
+ print ' + -Best viewed with any browser. - -SourceForge -
No counters, no frames, no syntax -errors.
+

No counters, no frames, no syntax errors. '; + genHtmlTail(); } sub htmlDiv( $$ ) { diff --git a/index.html b/index.html index a645ab4..b6b21d4 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,17 @@ The PCI ID Repository - - - + + + -

+

The PCI ID Repository

-

The home of the pci.ids file +

The home of the pci.ids file

-

This is a public repository of all known ID's used in PCI devices: -ID's of vendors, devices, subsystems and device classes. It is used in +

This is a public repository of all known ID"s used in PCI devices: +ID"s of vendors, devices, subsystems and device classes. It is used in various programs (e.g., The PCI Utilities) to display full human-readable names instaed of cryptic numeric codes. @@ -21,11 +21,11 @@ to display full human-readable names instaed of cryptic numeric codes. entries or to update the existing ones:

-

You may want to read help before you start using the +

You may want to read help before you start using the web interface.

Download

@@ -35,14 +35,14 @@ web interface. the list used by your system:

The above files require pciutils v2.2 or newer. If you are still using an older -version for some reason, please get these instead: pci.ids-2.0, -pci.ids-2.0.gz, or pci.ids-2.0.bz2. They +version for some reason, please get these instead: pci.ids-2.0, +pci.ids-2.0.gz, or pci.ids-2.0.bz2. They could however lack some subsystems.

The contents of the database and the generated files can be distributed @@ -62,32 +62,25 @@ welcome, but in this case please always add a discussion comment explaining the reason for the change.

Updates can be submitted either via the web interface, or as patches to the pci.ids -file sent by e-mail to our mail robot at pci-ids@ucw.cz -(see the mail submit help). +file sent by e-mail to our mail robot at pci-ids@ucw.cz +(see the mail submit help). -

In all cases, please read the submission guidelines +

In all cases, please read the submission guidelines first.

Feedback

-

If you have encountered any problems or if you have any suggestions, please let +

If you have encountered any problems or if you have any suggestions, please let us know. -


- - - - -
+ -Best viewed with any browser. - -SourceForge -
No counters, no frames, no syntax -errors.
+

No counters, no frames, no syntax errors.

diff --git a/static/common.css b/static/common.css index 826e573..740e0ab 100644 --- a/static/common.css +++ b/static/common.css @@ -16,6 +16,12 @@ form table col.edit { width: 85%; } +div.footer div.campaign +{ + float: right; + margin: 0.2em; + margin-top: 0.6em; +} input.text, input.password, textarea -- 2.39.5