chenhuanle / html5rocks

Automatically exported from code.google.com/p/html5rocks
0 stars 0 forks source link

Alignment Date in Latest Updates on the main page #718

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in css index_page.min.css, change  

#latest_articles_feed li span {
    display: inline-block;
    width: 35px;
}

to 

#latest_articles_feed li span {
    display: inline-block;
    vertical-align: top;
    width: 35px;
}

I think so)

Original issue reported on code.google.com by Dmitriy....@gmail.com on 17 Nov 2011 at 1:18

GoogleCodeExporter commented 9 years ago
Thanks. We fixed this a while back.

Original comment by ericbide...@html5rocks.com on 3 Feb 2012 at 11:06