From: Michal Vaner Date: Sat, 4 Oct 2008 22:51:04 +0000 (+0200) Subject: Fix browsing example in help X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2ac27b5d21cb1f3fc73d9f5a166e60680ff17840;p=pciids.git Fix browsing example in help --- diff --git a/help/list b/help/list index 7d4895f..7c35d9f 100644 --- a/help/list +++ b/help/list @@ -38,12 +38,14 @@ an admin), or discussion comments not yet seen by an admin.
-

ID 0000

+
+

The PCI ID Repository

+

The home of the pci.ids file +

Main page -> Parent

ID 0000

diff --git a/static/common.css b/static/common.css index 84cee7f..826e573 100644 --- a/static/common.css +++ b/static/common.css @@ -53,6 +53,21 @@ div.top p.home text-align: center; margin: 0 0; } +div.help-example div.bluesquare +{ + float: left; +} +div.help-example p.home +{ + position: absolute; + right: 0em; + left: 0em; +} +div.help-example h1, +div.help-example p.home +{ + text-align: center; +} div.top h1 { margin-top: 0.5ex; diff --git a/static/screen.css b/static/screen.css index 71d4950..654973b 100644 --- a/static/screen.css +++ b/static/screen.css @@ -39,7 +39,7 @@ form.admin table.item tr.label, .author, .time { font-style: italic; - color: #444444; +color: #444444; } .discussion div p, .admin div p { @@ -48,16 +48,16 @@ form.admin table.item tr.label, } div.lmenu { - float: left; - width: 20%; +float: left; +width: 20%; } div.rmenu { - float: right; - text-align: right; - width: 20%; - padding-right: 1em; - margin: 0px; +float: right; + text-align: right; +width: 20%; + padding-right: 1em; +margin: 0px; } div.bigbluesquare { @@ -70,8 +70,21 @@ div.bluesquare top: 1ex; width: 60%; } +div.bluesquare-example +{ + left: 20%; + width: 60%; + position: absolute; + height: 5em; +} +div.help-example div.lmenu, +div.help-example div.rmenu +{ + background: #BBBBFF; +} div.bluesquare, -div.bigbluesquare +div.bigbluesquare, +div.bluesquare-example { background-color: #4c3bff; color: #fffa45;