Update CSS tests to revision b9afbd8c2c8ef5e824f276b0c3d44143c01d98aa
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
|
@ -1,8 +1,8 @@
|
|||
#test01, #test02, #test03{
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
text-align:center;
|
||||
font-size: 20px;
|
||||
text-align:center;
|
||||
font-size: 20px;
|
||||
}
|
||||
#test{
|
||||
background: #ff0000;
|
||||
|
|
After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
|
@ -1,8 +1,8 @@
|
|||
#test01, #test02, #test03{
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
text-align:center;
|
||||
font-size: 20px;
|
||||
text-align:center;
|
||||
font-size: 20px;
|
||||
}
|
||||
#test{
|
||||
background: #ff0000;
|
||||
|
|
After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 6.1 KiB |
|
@ -16,6 +16,7 @@
|
|||
margin: 1em 0;
|
||||
border: 1px solid black;
|
||||
width: 20em;
|
||||
height: 6.5em;
|
||||
}
|
||||
span {
|
||||
display: inline-block;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
margin: 1em 0;
|
||||
border: 1px solid black;
|
||||
width: 20em;
|
||||
height: 6.5em;
|
||||
}
|
||||
span {
|
||||
display: inline-block;
|
||||
|
|