repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1527719 [wpt PR 15359] - Update wpt metadata, a=testonly
[gecko.git]
/
browser
/
base
/
content
/
aboutRobots.css
blob
f7c4e6f271ce1e2fe72bd1cc4a9de416dd4f3646
1
#errorPageContainer
{
2
background-image
:
none
;
3
}
4
5
#errorPageContainer
:
before
{
6
content
:
url
(
'chrome://browser/content/aboutRobots-icon.png'
);
7
position
:
absolute
;
8
}
9
10
body
[
dir
=
rtl
]
#icon
,
11
body
[
dir
=
rtl
]
#
errorPageContainer
:
before
{
12
transform
:
scaleX
(-
1
);
13
}
14
15
#widget1
{
16
position
:
absolute
;
17
bottom
: -
12px
;
18
left
: -
10px
;
19
}
20
21
#widget2
{
22
position
:
absolute
;
23
bottom
: -
12px
;
24
right
: -
10px
;
25
transform
:
scaleX
(-
1
);
26
}