infra-manual/doc/source/static/css/sidebar.css
James E. Blair 95c9642ae9 Add support for sidebars
This is missing from openstackdocstheme; I will submit a patch there
later.

Change-Id: Ie4b4deff12071e447c2b491a3247efc08bb8a9ad
2017-08-30 14:49:45 -07:00

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;
}