mirror of
https://github.com/boostorg/test.git
synced 2026-01-26 19:12:10 +00:00
18 lines
315 B
CSS
18 lines
315 B
CSS
@import "btl-structure.css";
|
|
@import "btl-headers.css";
|
|
@import "btl-links.css";
|
|
@import "btl-paragraphs.css";
|
|
@import "btl-tables.css";
|
|
@import "btl-code.css";
|
|
|
|
SPAN.test-output
|
|
{
|
|
font-family: Arial;
|
|
font-size: 12pt;
|
|
white-space: nowrap
|
|
}
|
|
SPAN.current_article
|
|
{
|
|
font-weight: bold;
|
|
}
|