fix: improve last updated time feature (#1036)

This commit is contained in:
Yangshun Tay 2018-10-14 15:05:00 -07:00 committed by GitHub
parent ff11d17625
commit b577f60d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 39 deletions

View file

@ -1500,7 +1500,7 @@ input::placeholder {
@media only screen and (min-width: 1024px) {
.docMainWrapper {
max-width:100% !important ;
max-width: 100% !important ;
margin: 0;
}
@ -1535,6 +1535,14 @@ input::placeholder {
display: none;
}
}
.docLastUpdateTimestamp {
font-size: 13px;
font-style: italic;
margin: 20px 0;
text-align: right;
}
/* End of Docs Main */
/* Start of Docs Navigation */
@ -2041,7 +2049,6 @@ input::placeholder {
}
}
@media only screen and (min-width: 1024px) {
.separateOnPageNav.sideNavVisible .navPusher .docMainContainer {
flex-basis: 784px;