- pad the list, not the cell

git-svn-id: svn://10.0.0.236/trunk@202087 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ccooper%deadsquid.com 2006-07-13 20:53:10 +00:00
parent ad4f5835e2
commit e49fba1ea2

View File

@ -706,7 +706,6 @@ td.content ul, td.content ol {
table.tcm td.content {
background-color: #efefef;
padding-left: 20px;
}
table.tcmf td {
@ -725,6 +724,10 @@ div.dv {
padding: 2px 2px 10px 5px;
}
div.dv ol {
padding-left: 1em;
}
div.t_link a {
padding: 2px 2px 10px 0px;
}