Style simplelist tables, to look like regular text lines.

[SVN r39383]
This commit is contained in:
Rene Rivera 2007-09-19 03:59:52 +00:00
parent 0bbe585f57
commit 46f269a2aa
2 changed files with 48 additions and 0 deletions

View file

@ -246,6 +246,20 @@
font-size: 80%;
}
table.simplelist
{
width: auto !important;
margin: 0em !important;
padding: 0em !important;
}
table.simplelist td
{
margin: 0em !important;
padding: 0em !important;
text-align: left !important;
font-size: 9pt !important;
}
/*=============================================================================
Blurbs
=============================================================================*/
@ -432,6 +446,11 @@
background-color: #F0F0F0;
border: 1px solid #DCDCDC;
}
table.simplelist tr td
{
border: none !important;
}
/* Misc */
span.highlight
@ -501,6 +520,11 @@
{
border: 1px solid gray;
}
table.simplelist tr td
{
border: none !important;
}
/* Misc */
span.highlight

View file

@ -246,6 +246,20 @@
font-size: 80%;
}
table.simplelist
{
width: auto !important;
margin: 0em !important;
padding: 0em !important;
}
table.simplelist td
{
margin: 0em !important;
padding: 0em !important;
text-align: left !important;
font-size: 9pt !important;
}
/*=============================================================================
Blurbs
=============================================================================*/
@ -432,6 +446,11 @@
background-color: #F0F0F0;
border: 1px solid #DCDCDC;
}
table.simplelist tr td
{
border: none !important;
}
/* Misc */
span.highlight
@ -501,6 +520,11 @@
{
border: 1px solid gray;
}
table.simplelist tr td
{
border: none !important;
}
/* Misc */
span.highlight