We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf471c9 commit c681ea6Copy full SHA for c681ea6
llvm/docs/_themes/llvm-theme/static/llvm-theme.css
@@ -26,6 +26,7 @@ body {
26
border: 1px solid #aaa;
27
margin: 0px 80px 0px 80px;
28
min-width: 740px;
29
+ position: relative;
30
}
31
32
div.logo {
@@ -94,9 +95,11 @@ div.sphinxsidebar {
94
95
margin: 0;
96
padding: 0.5em 15px 15px 0;
97
width: 210px;
- float: right;
98
font-size: 1em;
99
text-align: left;
100
+ float: none;
101
+ position: absolute;
102
+ right: 0;
103
104
105
div.sphinxsidebar h3, div.sphinxsidebar h4 {
0 commit comments