Skip to content

Commit

Permalink
Revert "Fixes #1"
Browse files Browse the repository at this point in the history
This reverts commit 0fd69e9.
  • Loading branch information
morrisonlevi committed Nov 10, 2016
1 parent 0fd69e9 commit 087370c
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion styles/theme-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,30 @@ hr {
}

.page-tools {
text-align: right;
text-align: center;
}

@media (min-width:650px){
.page-tools {
float: right;
text-align: right;
position: relative;
z-index: 10;
}
}

@media (min-width:768px){
.page-tools {
float:none;
text-align:center;
}
}

@media (min-width:886px){
.page-tools {
float:right;
text-align:right;
}
}

.page-tools #changelang-langs,
Expand Down

0 comments on commit 087370c

Please sign in to comment.