From: Michal Vaner Date: Mon, 6 Oct 2008 16:21:13 +0000 (+0200) Subject: Mention the website is new in index X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c071194e6e2e9422b7ad9567925b61dcd3e3c822;p=pciids.git Mention the website is new in index --- diff --git a/index.html b/index.html index 412818b..c2d3a0b 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,14 @@

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. +to display full human-readable names instead of cryptic numeric codes. + +

Welcome to the new web interface of the PCI ID database. +Many a thing has changed, so please read the help +even if you were familiar with the old website.

Browse

diff --git a/static/screen.css b/static/screen.css index 0f2395c..4373534 100644 --- a/static/screen.css +++ b/static/screen.css @@ -133,3 +133,7 @@ form.admin table { background: #BBBBFF; } +p.announce +{ + background: yellow; +}