Make compile warnings into errors; update some plugins; use https in web based generator

This commit is contained in:
Sean Owen 2015-07-26 14:37:44 +01:00
parent 22d6b27f34
commit 935868ca8a

View file

@ -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;
}