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