#leftcontainerBox {
float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
#F0F4F9
}
#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:110px;
height:60px;
padding-bottom:2px;
}
#bottomcontainerBox {
float:left;
height:30px;
width:100%;
#F0F4F9}
#bottomcontainerBox .buttons {
float:left;
height:30px;
width:110px;
margin:4px 4px 4px 4px;
}
I want to cross-compile some stuff for my Raspberry, this is a (memo for me) tutorial to do that. Take crosstool-ng from here, here or here (the last two are mirror, use them only if the...
↧