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 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git]
/
layout
/
reftests
/
forms
/
button
/
vertical-centering-ref.html
blob
aa6d763676303c793e21b6d03e6b428288e8bd3b
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
div {
6
height:
100
px;
7
display: inline-block;
8
border:
0
;
9
padding:
0
;
10
11
font:
2
em/
100
px sans-serif;
12
text-align: center;
13
14
background: transparent;
15
color: black;
16
}
17
</style>
18
</head>
19
<body>
20
<div>
button
</div>
21
<div>
button
</div>
22
</body>
23
</html>