mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +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 {
|
#controls {
|
||||||
position: absolute;
|
float: right;
|
||||||
top: 10px;
|
position: relative;
|
||||||
right: 10px;
|
top: -10px;
|
||||||
|
right: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#controls > a {
|
#controls > a {
|
||||||
|
Loading…
Reference in New Issue
Block a user