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 {
position: absolute;
top: 10px;
right: 10px;
float: right;
position: relative;
top: -10px;
right: -10px;
}
#controls > a {