2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-24 04:22:15 +00:00
Files
website/style/css_0/section-welcome.css
Rene Rivera b09a40852d *** empty log message ***
[SVN r108]
2006-06-13 05:58:22 +00:00

53 lines
1.1 KiB
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;
}
#welcome-section-menu ul {
display: block !important;
}
#welcome-section-menu h4 a {
border-left: 4px solid;
border-right: 4px solid;
margin-left: 0px !important;
margin-right: 0px !important;
}
.directory-item h2 {
/* border-bottom: solid 1px #CCCCCC; */
}
#welcome > * {
margin-right: 0.75em !important;
}
#important > * {
margin-left: 0.75em !important;
}
#news .news-title {
display: block;
}
#news .news-description {
display: block;
padding: 0.25em 0em 0.25em 0em;
}
#news .news-date {
display: block;
padding: 0em 0em 0.5em 0em;
color: #777;
font-size: 90%;
}
#downloads .news-title {
display: block;
}
#downloads .news-description {
display: none;
padding: 0.25em 0em 0.25em 0em;
}
#downloads .news-date {
color: #777;
font-size: 90%;
}