From dd1f244d24f5ebfee911331773575b84aa3a949c Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Thu, 14 Oct 2010 00:45:20 +0000 Subject: [PATCH] Style Sheets: Added comment line to remove the description under the thumbnails in Individual Gallery. Search for line that is: #indivgallery div.thumbnail p, and follow the directions there. svn: r15982 --- src/data/Web_Basic-Ash.css | 3 +++ src/data/Web_Basic-Blue.css | 3 +++ src/data/Web_Basic-Cypress.css | 3 +++ src/data/Web_Basic-Lilac.css | 3 +++ src/data/Web_Basic-Peach.css | 3 +++ src/data/Web_Basic-Spruce.css | 3 +++ src/data/Web_Mainz.css | 3 +++ src/data/Web_Nebraska.css | 3 +++ src/data/Web_Visually.css | 3 +++ 9 files changed, 27 insertions(+) diff --git a/src/data/Web_Basic-Ash.css b/src/data/Web_Basic-Ash.css index 4f2fc106e..768df0e36 100644 --- a/src/data/Web_Basic-Ash.css +++ b/src/data/Web_Basic-Ash.css @@ -826,6 +826,9 @@ div#addresses table.infolist tbody tr td.ColumnValue { border:solid 1px #999; } #indivgallery div.thumbnail p { +/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery + display: none; */ + font-size:.6em; text-align:center; width:80%; diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index 8a871a9a6..b91a45e7f 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -1119,6 +1119,9 @@ div#Residence table.infolist tr td { border: solid 1px #000; } #indivgallery div.thumbnail p { +/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery + display: none; */ + font:normal .7em/1.4em sans-serif; text-align:center; width:80%; diff --git a/src/data/Web_Basic-Cypress.css b/src/data/Web_Basic-Cypress.css index 4df2cb516..c839e51c0 100644 --- a/src/data/Web_Basic-Cypress.css +++ b/src/data/Web_Basic-Cypress.css @@ -823,6 +823,9 @@ div#addresses table.infolist tbody tr td.ColumnValue { border:solid 1px #7C8F7C; } #indivgallery div.thumbnail p { +/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery + display: none; */ + font-size:.6em; text-align:center; width:80%; diff --git a/src/data/Web_Basic-Lilac.css b/src/data/Web_Basic-Lilac.css index 0c09294c7..9a0a15105 100644 --- a/src/data/Web_Basic-Lilac.css +++ b/src/data/Web_Basic-Lilac.css @@ -824,6 +824,9 @@ div#addresses table.infolist tbody tr td.ColumnValue { border:solid 1px #669; } #indivgallery div.thumbnail p { +/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery + display: none; */ + font-size:.6em; text-align:center; width:80%; diff --git a/src/data/Web_Basic-Peach.css b/src/data/Web_Basic-Peach.css index 1745dc30c..cb7d561ae 100644 --- a/src/data/Web_Basic-Peach.css +++ b/src/data/Web_Basic-Peach.css @@ -825,6 +825,9 @@ div#addresses table.infolist tbody tr td.ColumnValue { border:solid 1px #8C581C; } #indivgallery div.thumbnail p { +/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery + display: none; */ + font-size:.6em; text-align:center; width:80%; diff --git a/src/data/Web_Basic-Spruce.css b/src/data/Web_Basic-Spruce.css index aee5ea4f7..0c8ba9611 100644 --- a/src/data/Web_Basic-Spruce.css +++ b/src/data/Web_Basic-Spruce.css @@ -825,6 +825,9 @@ div#addresses table.infolist tbody tr td.ColumnValue { border:solid 1px #7CA3DD; } #indivgallery div.thumbnail p { +/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery + display: none; */ + font-size:.6em; text-align:center; width:80%; diff --git a/src/data/Web_Mainz.css b/src/data/Web_Mainz.css index f066975d9..f2909ae47 100644 --- a/src/data/Web_Mainz.css +++ b/src/data/Web_Mainz.css @@ -830,6 +830,9 @@ div#addresses table.infolist tbody tr td.ColumnValue { border:solid 1px #7D5925; } #indivgallery div.thumbnail p { +/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery + display: none; */ + font-size:.6em; text-align:center; width:80%; diff --git a/src/data/Web_Nebraska.css b/src/data/Web_Nebraska.css index 88487fc87..22a724046 100644 --- a/src/data/Web_Nebraska.css +++ b/src/data/Web_Nebraska.css @@ -846,6 +846,9 @@ div#addresses table.infolist tbody tr td.ColumnValue { border:solid 1px #542; } #indivgallery div.thumbnail p { +/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery + display: none; */ + font:normal .7em/1.4em sans-serif; text-align:center; width:80%; diff --git a/src/data/Web_Visually.css b/src/data/Web_Visually.css index 187fd00c9..46c129b52 100644 --- a/src/data/Web_Visually.css +++ b/src/data/Web_Visually.css @@ -951,6 +951,9 @@ div#addresses table.infolist tbody tr td.ColumnValue { border:solid 1px #453619; } #indivgallery div.thumbnail p { +/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery + display: none; */ + font:normal .7em/1.4em sans-serif; text-align:center; width:80%;