Select Git revision
index.oss 1.34 KiB
/******************************************************************************\
* styles for index page wrapper *
\******************************************************************************/
#navigation {
display: none;
}
#container div.clear #main_right {
float: none;
width: auto;
}
#maincontent {
#creqSidebar {
float: left;
width: 220px;
}
#creqNavigation {
h4 {
padding-left: 11px;
background: transparent url(/images/nav_heading.png) no-repeat ;
border-bottom: 1px solid #ddd;
}
ul {
list-style-type: none;
padding-left: 0px;
li {
width: 218px;
height: 46px;
}
li:hover {
background: transparent url(/images/nav_item_active.png) no-repeat;
}
li a {
display: block;
height: 46px;
margin: 0px;
padding: 0px;
width: 218px;
background: transparent;
font-size: 18px;
padding-top: 15px;
}
}
}
div#creqMain {
position: relative;
overflow: hidden;
margin-left: 10px;
width: 700px;
}
}