Merge pull request #4028 from hashicorp/edit-page-link

fix edit this page stacking
pull/4029/head
Mitchell Hashimoto 11 years ago
commit 0e8ef19f56

@ -37,7 +37,8 @@ body.page-sub{
.edit-page-link{
position: absolute;
top: -70px;
right: 30px;;
right: 30px;
z-index: 9999;
a{
text-transform: uppercase;

Loading…
Cancel
Save