mirror of
https://github.com/boostorg/website.git
synced 2026-01-29 08:02:20 +00:00
26 lines
535 B
CSS
26 lines
535 B
CSS
/*
|
|
Copyright 2005 Redshift Software, Inc.
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
|
*/
|
|
/* Heading, title and logo. */
|
|
li#welcome-section-tab {
|
|
background: #FFFFFF !important;
|
|
border-bottom: #FFFFFF 1px solid !important;
|
|
}
|
|
|
|
#news, #downloads {
|
|
margin-top: 1.5em;
|
|
padding: 1em;
|
|
border: 1px solid #CCCCCC;
|
|
}
|
|
#news {
|
|
margin-right: 0.5em;
|
|
}
|
|
#downloads {
|
|
margin-left: 0.5em;
|
|
}
|
|
#news h2, #downloads h2 {
|
|
margin-top: 0em;
|
|
}
|