mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Remove borders from simple list tables.
[SVN r41553]
This commit is contained in:
parent
088dcafdf3
commit
5b3deb5924
1 changed files with 2 additions and 0 deletions
|
@ -266,6 +266,7 @@
|
|||
width: auto !important;
|
||||
margin: 0em !important;
|
||||
padding: 0em !important;
|
||||
border: none !important;
|
||||
}
|
||||
table.simplelist td
|
||||
{
|
||||
|
@ -273,6 +274,7 @@
|
|||
padding: 0em !important;
|
||||
text-align: left !important;
|
||||
font-size: 9pt !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/*=============================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue