c336a15af3
This file is needed for for docs.openstack.org/infra and specs.openstack.org. Readd it and add comment about usage. Change-Id: I979de7c14f336f3fda18ac5e9f4f582e3518cb12
59 lines
934 B
CSS
59 lines
934 B
CSS
/* @override http://docs.openstack.org/common/css/main.css */
|
|
/* CSS is used by docs.openstack.org/infra and specs.openstack.org. */
|
|
|
|
#subnav ul li{
|
|
text-align:left;
|
|
}
|
|
|
|
ul{
|
|
list-style-type:none;
|
|
}
|
|
|
|
#subnav{
|
|
padding-top:0px;
|
|
}
|
|
|
|
a,
|
|
a:visited{
|
|
color:firebrick;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.last-right{
|
|
margin-right:0px;
|
|
margin-top:0px;
|
|
}
|
|
|
|
.last-right-more{
|
|
margin-right:0px;
|
|
margin-top:22px;
|
|
}
|
|
|
|
.last-right-most{
|
|
margin-right:0px;
|
|
margin-top:37px;
|
|
}
|
|
|
|
.last-right ul, ol{
|
|
margin:0px 1.5em 1.5em 0px;
|
|
padding-left:0;
|
|
}
|
|
|
|
ul.subsectionNav-link li a {
|
|
display: block;
|
|
padding: 10px 20px 10px 42px;
|
|
text-decoration: none;
|
|
color: #000;
|
|
background: none no-repeat scroll 5px center #D5EFD4;
|
|
margin-right: 40px;
|
|
}
|
|
|
|
ul.subsectionNav li a {
|
|
display: block;
|
|
padding: 10px 20px 10px 42px;
|
|
text-decoration: none;
|
|
color: #000;
|
|
background: none no-repeat scroll 5px center lightgray;
|
|
margin-right: 40px;
|
|
}
|