Commit 974d9cfb authored by Mark Otto's avatar Mark Otto

more component alignment fixes for docs

parent 707e008d
...@@ -1034,10 +1034,15 @@ body { ...@@ -1034,10 +1034,15 @@ body {
} }
> .nav + .nav, > .nav + .nav,
> .alert + .alert,
> .progress + .progress { > .progress + .progress {
margin-top: 1rem; margin-top: 1rem;
} }
> .dropdown-menu:first-child {
position: static;
display: block;
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment