mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -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{
|
body{
|
||||||
background: #404040 url("img/bg.png");
|
background: #404040 url("img/bg.png");
|
||||||
text-align:center;
|
text-align:center;
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-family: 'Droid Sans',sans-serif;
|
font-family: 'Droid Sans',sans-serif;
|
||||||
}
|
}
|
||||||
a img{
|
a img{
|
||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
color:#0080FF;
|
color:#0080FF;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
outline:0;
|
outline:0;
|
||||||
}
|
}
|
||||||
small{
|
small{
|
||||||
font-size:75%;
|
font-size:75%;
|
||||||
}
|
}
|
||||||
#logo{
|
#logo{
|
||||||
height:128px;
|
height:128px;
|
||||||
}
|
}
|
||||||
#installed,#error{
|
#installed,#error{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
Loading…
Reference in a new issue