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: r15981
This commit is contained in:
Rob G. Healey
2010-10-14 00:36:36 +00:00
parent 3af98c256f
commit eb8eee7062
9 changed files with 31 additions and 4 deletions

View File

@@ -53,10 +53,10 @@ body {
/* Menu Elements
================================================= */
div#alphabet ul, div#navigation ul, div#subnavigation ul {
div#MarriageReport div.grouping ul, div#navigation ul, div#subnavigation ul {
background-color: Navy;
}
div#alphabet ul li, div#navigation ul li,
div#MarriageReport div.grouping ul li, div#navigation ul li,
div#subnavigation ul li {
border-color: #BCEAF6;
}
@@ -64,14 +64,14 @@ div#subnavigation ul li {
#alphabet ul li:after {
color: #FFF;
}
div#alphabet ul li a {
div#MarriageReport div.grouping ul li a {
color: #FFF;
font: normal 16px sans;
}
div#navigation ul li a, div#subnavigation ul li a {
color: #FFF;
}
div#alphabet ul li a:hover, div#navigation ul li a:hover,
div#MarriageReport div.grouping ul li a:hover, div#navigation ul li a:hover,
div#subnavigation ul li a:hover {
color: #000;
}
@@ -1158,7 +1158,10 @@ div#Residence table.infolist tr td {
padding: 0;
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%;