mirror of
https://github.com/boostorg/intrusive.git
synced 2025-05-11 13:13:57 +00:00
14 lines
513 B
CSS
14 lines
513 B
CSS
/*=============================================================================
|
|
Copyright (c) 2004 Joel de Guzman
|
|
http://spirit.sourceforge.net/
|
|
|
|
Use, modification and distribution is subject to the Boost Software
|
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt)
|
|
=============================================================================*/
|
|
PRE.synopsis {
|
|
background-color: #e0ffff;
|
|
border: thin solid blue;
|
|
padding: 1em
|
|
}
|