4305: p element in W3 compliance
svn: r18048
This commit is contained in:
parent
b0b919d148
commit
142d868ba1
@ -1862,7 +1862,8 @@ class BasePage(object):
|
||||
thumbnail += hyper
|
||||
|
||||
if usedescr:
|
||||
hyper += Html("p", name, inline = True)
|
||||
hyper += Html('br')
|
||||
hyper += Html("span", name, inline = True)
|
||||
|
||||
# return thumbnail division to its callers
|
||||
return thumbnail
|
||||
|
@ -878,7 +878,7 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
||||
padding:0;
|
||||
border:solid 1px #999;
|
||||
}
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery
|
||||
display: none; */
|
||||
|
||||
|
@ -1243,7 +1243,7 @@ div#Residence table.infolist tr td {
|
||||
border: solid 1px #000;
|
||||
}
|
||||
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
/* ## 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;
|
||||
|
@ -875,7 +875,7 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
||||
padding:0;
|
||||
border:solid 1px #7C8F7C;
|
||||
}
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery
|
||||
display: none; */
|
||||
|
||||
|
@ -876,7 +876,7 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
||||
padding:0;
|
||||
border:solid 1px #669;
|
||||
}
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery
|
||||
display: none; */
|
||||
|
||||
|
@ -877,7 +877,7 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
||||
padding:0;
|
||||
border:solid 1px #8C581C;
|
||||
}
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery
|
||||
display: none; */
|
||||
|
||||
|
@ -877,7 +877,7 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
||||
padding:0;
|
||||
border:solid 1px #7CA3DD;
|
||||
}
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery
|
||||
display: none; */
|
||||
|
||||
|
@ -879,7 +879,7 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
||||
padding:0;
|
||||
border:solid 1px #7D5925;
|
||||
}
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery
|
||||
display: none; */
|
||||
|
||||
|
@ -98,7 +98,7 @@ img {
|
||||
padding:0;
|
||||
background:none;
|
||||
}
|
||||
.content div.snapshot div.thumbnail p {
|
||||
.content div.snapshot div.thumbnail span {
|
||||
display:none;
|
||||
}
|
||||
.fullclear {
|
||||
@ -864,7 +864,7 @@ div#addresses table.infolist tbody tr td.ColumnValue {
|
||||
padding:0;
|
||||
border:solid 1px #542;
|
||||
}
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery
|
||||
display: none; */
|
||||
|
||||
|
@ -439,7 +439,7 @@ table.relationships tbody tr td.ColumnRowLabel a {
|
||||
padding:0;
|
||||
border:solid .5pt #000;
|
||||
}
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
font:normal 7pt/9pt sans-serif;
|
||||
text-align:center;
|
||||
width:80%;
|
||||
|
@ -1220,7 +1220,7 @@ div#Addresses table.infolist tbody tr td.ColumnPhone {
|
||||
padding:0;
|
||||
border: solid 1px #5D835F;
|
||||
}
|
||||
#indivgallery div.thumbnail p {
|
||||
#indivgallery div.thumbnail span {
|
||||
/* ## remove this line and the comment markers from the line below to hide the description in Individual Gallery
|
||||
display: none; */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user