Page MenuHomeIn-Portal Phabricator

ie6.css
No OneTemporary

File Metadata

Created
Sat, Feb 1, 10:57 AM
/* Disable Border on Hover of Menu Elements */
#wrapper #nav li a div,#wrapper ul#nav-sec li div,#wrapper #site-info li div {
display:none;
}
#wrapper #nav li a:hover,#wrapper ul#nav-sec li a:hover,#wrapper #site-info li a:hover {
text-decoration:underline;
}
/* Add height to containers */
#nav-sec,#nav,#site-info ul,#block-latest .feature,#events .header {
zoom:1;
}
/* Double Margin Fix */
#nav-sec,#nav,#masthead fieldset,#content-tools,ul.event-listing .date {
display:inline;
}
/* Wacko Height */
#masthead#nav-sec {
margin-bottom:11px;
}
#masthead #nav li a {
line-height:30px;
}
#masthead form {
bottom:-1px;
height:32px;
}
.inside #masthead form {
bottom:0;
}
/* You brought this on yourself IE6, you brought it on yourself */
#masthead {
width:944px;
}
#nav {
width:90%;
}
#block-become-involved li {
position:relative;
}
/* Min Height */
#block-become-involved {
height:245px;
position:relative;
padding-top:20px;
}
#content #block-become-involved div.round-top {
position:absolute;
margin:0;
left:-1px;
top:-1px;
width:194px;
}
/* Snap width into place */
#site-info ul {
position:relative;
}
/* Events */
#block-events {
position:relative;
}
.event-listing li {
zoom:1;
}
#events .header ul#select-month {
display:inline;
}
/* Featured Items */
#block-latest .feature {
/* position:static; */
}
/* Fix absolutely positioned elements */
#content {
float:left;
width:100%;
}
/* Transparency */
h1#branding a {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo.png',sizingMethod='crop');
}
#nav-sec li {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-nav-sec-li.png',sizingMethod='crop');
}
#nav-sec li.first-child {
filter:none;
}
/* Non Collapsing Margin Fix */
#content-main,#content {
margin-bottom:0;
}
#site-info {
margin-top:0;
}

Event Timeline