mirror of
https://github.com/boostorg/website.git
synced 2026-02-24 16:32:16 +00:00
19 lines
510 B
CSS
19 lines
510 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#support-section-tab {
|
|
background: #FFFFFF !important;
|
|
border-bottom: #FFFFFF 1px solid !important;
|
|
}
|
|
|
|
#support-section-menu ul {
|
|
display: block !important;
|
|
}
|
|
#support-section-menu h4 a {
|
|
border-left: #ED982F 4px solid !important;
|
|
border-right: #ED982F 4px solid !important;
|
|
}
|