From c071194e6e2e9422b7ad9567925b61dcd3e3c822 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Mon, 6 Oct 2008 18:21:13 +0200 Subject: [PATCH] Mention the website is new in index --- index.html | 10 +++++++--- static/screen.css | 4 ++++ 2 files changed, 11 insertions(+), 3 deletions(-) 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; +} -- 2.39.2