Skip to content

Commit

Permalink
Merge pull request akka#20045 from Falmarri/patch-1
Browse files Browse the repository at this point in the history
Fix page layout issue on chromium/linux
  • Loading branch information
ktoso committed Mar 16, 2016
2 parents b52c498 + 93df076 commit b3c691e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akka-docs/_sphinx/themes/akka/static/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ a { color: #15A9CE; }
a:hover { color: #15A9CE; text-decoration: underline; }
.navbar { margin-bottom: 18px; }
.navbar-logo { visibility: visible; float: left; padding-top: 0px; }
.main { position: relative; height: auto; margin-top: -18px; overflow: auto; background: #15A9CE;}
.main { position: relative; height: auto; margin-top: -18px; overflow: visible; background: #15A9CE;}
.page-title { position: relative; top: 24px; font-family: 'Source Sans Pro', sans-serif; font-size: 24px; font-weight: 400; color: rgba(255, 255, 255, 1); width: 840px;}
.main-container { background: #ffffff; min-height: 600px; padding-top: 20px; margin-top: 28px; }
.pdf-link { float: right; height: 40px; margin-bottom: -15px; margin-top: -5px; }
Expand Down Expand Up @@ -242,4 +242,4 @@ p.caption { width: 80%; text-align: justify; font-size: 0.95em; font-style: ital
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
}

0 comments on commit b3c691e

Please sign in to comment.