2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-20 15:22:08 +00:00
Files
website/development/doc/style/html/callouts.css
Matias Capeletto 791051d4c5 put doc_test in public_html
[SVN r7296]
2007-06-28 15:08:26 +00:00

54 lines
1.2 KiB
CSS
Executable File

/*=============================================================================
Boostbook Green Style
Copyright (c) 2006-2007 Matias Capeletto
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)
Acknowledgments:
This css is based on ideas from stylesheets from Joel De Guzman and
Rene Rivera.
=============================================================================*/
/*----------------------------------------------------------------------------
Callouts
-----------------------------------------------------------------------------*/
.calloutlist
{
padding-left: 75px;
padding-bottom: 10px;
}
.line_callout_bug img
{
float: left;
position:relative;
left: -18px;
top: -12px;
clear: left;
margin-left:-22px;
border: none;
}
.callout_bug a img
{
border: none;
}
.calloutlist dl dt a img
{
float: left;
border: none;
}