Merge pull request #490 from botweb/patch-2

images and h2 tags should be centered mobile
This commit is contained in:
saivann 2014-07-31 12:04:16 -04:00
commit 18cc42647a

View file

@ -968,7 +968,6 @@ table td,table th{
.tablehalf p{ .tablehalf p{
text-align:left; text-align:left;
} }
.contributors{ .contributors{
width:890px; width:890px;
text-align:left; text-align:left;
@ -2140,6 +2139,11 @@ h2 .rssicon{
.tablehalf img{ .tablehalf img{
width:auto; width:auto;
height:auto; height:auto;
margin: auto;
display: block;
}
.tablehalf h2 {
text-align: center;
} }
.listtable div div{ .listtable div div{
display:block; display:block;