Bug 1210563 - Amends position property to relative with top/right adjustments and adds float property to right justify controls r=jryans

This commit is contained in:
Sunny Sidhu 2015-11-02 13:51:57 -06:00 committed by J. Ryan Stinnett
parent 3193935f35
commit 1933664ca0

View File

@ -36,9 +36,10 @@ h1 {
} }
#controls { #controls {
position: absolute; float: right;
top: 10px; position: relative;
right: 10px; top: -10px;
right: -10px;
} }
#controls > a { #controls > a {