mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Fix breadcrumbs
This commit is contained in:
parent
cf77fd6964
commit
752f191a76
|
@ -32,6 +32,10 @@ h2, h3 {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.breadcrumb {
|
||||||
|
margin: 58px 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* To allow tooltips to work on disabled elements */
|
/* To allow tooltips to work on disabled elements */
|
||||||
.disabled-tooltip-shield {
|
.disabled-tooltip-shield {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -65,7 +69,7 @@ html{
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, .navbar .navbar-inner .container-fluid{
|
body, .navbar .navbar-inner .container-fluid {
|
||||||
max-width: 1150px;
|
max-width: 1150px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@ -76,13 +80,14 @@ body{
|
||||||
}
|
}
|
||||||
|
|
||||||
#content{
|
#content{
|
||||||
margin: 40px 0 0 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
/* custom navigation styles */
|
/* custom navigation styles */
|
||||||
.wrapper .navbar{
|
.wrapper .navbar{
|
||||||
width:100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left:0;
|
left: 0;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .navbar-inner{
|
.navbar .navbar-inner{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user