reference.css 443 B

1234567891011
  1. /*============================================================================
  2. Copyright 2003-2004 Douglas Gregor
  3. Distributed under the Boost Software License, Version 1.0. (See accompany-
  4. ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. ============================================================================*/
  6. PRE.synopsis {
  7. background-color: #e0ffff;
  8. border: thin solid blue;
  9. padding: 1em
  10. }