mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-20 04:03:44 +00:00
7 lines
155 B
CSS
7 lines
155 B
CSS
|
|
table
|
||
|
|
{
|
||
|
|
border-collapse:separate;
|
||
|
|
border: 1px solid #444;
|
||
|
|
border-spacing: 15px;
|
||
|
|
width:100%;
|
||
|
|
}
|