chore(docs): ensure the "Improve this doc" button is clickable

Closes #6631
This commit is contained in:
Matias Niemelä
2014-03-10 15:07:29 -04:00
parent 0d8de2d3ea
commit 0f13f24ad2

View File

@@ -501,10 +501,6 @@ h4 {
padding-top:20px;
}
.improve-docs {
float:right;
}
.btn {
color:#428bca;
position: relative;
@@ -538,10 +534,17 @@ h4 {
background:white!important;
}
.view-source, .improve-docs {
position:relative;
z-index:100;
}
.view-source {
margin-right:10px;
padding-right:10px;
border-right:1px solid #999;
}
.improve-docs {
float:right;
}
.return-arguments,