mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Make compile warnings into errors; update some plugins; use https in web based generator
This commit is contained in:
parent
22d6b27f34
commit
935868ca8a
|
@ -1,24 +1,24 @@
|
|||
body{
|
||||
background: #404040 url("img/bg.png");
|
||||
text-align:center;
|
||||
color:#FFF;
|
||||
font-size: 20px;
|
||||
font-family: 'Droid Sans',sans-serif;
|
||||
}
|
||||
a img{
|
||||
border:0;
|
||||
}
|
||||
a{
|
||||
color:#0080FF;
|
||||
text-decoration:none;
|
||||
outline:0;
|
||||
}
|
||||
small{
|
||||
font-size:75%;
|
||||
}
|
||||
#logo{
|
||||
height:128px;
|
||||
}
|
||||
#installed,#error{
|
||||
display:none;
|
||||
body{
|
||||
background: #404040 url("img/bg.png");
|
||||
text-align:center;
|
||||
color:#FFF;
|
||||
font-size: 20px;
|
||||
font-family: 'Droid Sans',sans-serif;
|
||||
}
|
||||
a img{
|
||||
border:0;
|
||||
}
|
||||
a{
|
||||
color:#0080FF;
|
||||
text-decoration:none;
|
||||
outline:0;
|
||||
}
|
||||
small{
|
||||
font-size:75%;
|
||||
}
|
||||
#logo{
|
||||
height:128px;
|
||||
}
|
||||
#installed,#error{
|
||||
display:none;
|
||||
}
|
Loading…
Reference in a new issue