Increase space for main icons on the landing page

(This fixes some overflowing texts in translations)
This commit is contained in:
Saivann 2014-10-18 17:06:13 -04:00
parent 4d96037042
commit 54bf45f4a5
2 changed files with 13 additions and 4 deletions

View file

@ -122,7 +122,13 @@ h2 .rssicon{
font-family:Arial, sans-serif;
}
.mainlist>div>div{
.mainlist>div:first-child{
text-align:right;
}
.mainlist>div:first-child+div+div{
text-align:left;
}
.mainlist>div>div>div{
text-align:right;
}
.mainlist img{