center screenshots when they don't span the page width

This commit is contained in:
Matt Claypotch 2012-03-15 14:23:19 -07:00
Родитель 8ddd4fe091
Коммит 7d2882c5b1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,6 +11,7 @@
white-space: nowrap;
margin: 0;
padding: 0;
text-align: center;
-webkit-transition: .5s -webkit-transform ease-out;
-moz-transition: .5s -moz-transform ease-out;
&.panning {
@ -21,7 +22,6 @@
li {
list-style-type: none;
display: inline-block;
text-align: center;
margin: 0;
padding: 0;
a {