mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
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:
parent
3193935f35
commit
1933664ca0
@ -36,9 +36,10 @@ h1 {
|
||||
}
|
||||
|
||||
#controls {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
float: right;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
right: -10px;
|
||||
}
|
||||
|
||||
#controls > a {
|
||||
|
Loading…
Reference in New Issue
Block a user