95c9642ae9
This is missing from openstackdocstheme; I will submit a patch there later. Change-Id: Ie4b4deff12071e447c2b491a3247efc08bb8a9ad
13 lines
205 B
CSS
13 lines
205 B
CSS
div.sidebar {
|
|
margin: 0 0 0.5em 1em;
|
|
border: 1px solid #ddb;
|
|
padding: 7px 7px 0 7px;
|
|
background-color: #ffe;
|
|
width: 40%;
|
|
float: right;
|
|
}
|
|
|
|
p.sidebar-title {
|
|
font-weight: bold;
|
|
}
|