mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
Initial commit
[SVN r39269]
This commit is contained in:
parent
d8d1ce32a1
commit
6f5ebb4d0e
1 changed files with 29 additions and 0 deletions
29
doc/html/minimal.css
Normal file
29
doc/html/minimal.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
|
||||
© Copyright Beman Dawes, 2007
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
See www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
*/
|
||||
|
||||
/*******************************************************************************
|
||||
Body
|
||||
*******************************************************************************/
|
||||
|
||||
body { font-family: sans-serif; margin: 1em; }
|
||||
|
||||
/*******************************************************************************
|
||||
Table
|
||||
*******************************************************************************/
|
||||
|
||||
table { margin: 0.5em; }
|
||||
|
||||
/*******************************************************************************
|
||||
Font sizes
|
||||
*******************************************************************************/
|
||||
|
||||
p, td, li { font-size: 10pt; }
|
||||
pre { font-size: 9pt; }
|
||||
|
||||
/*** end ***/
|
Loading…
Add table
Reference in a new issue