This commit is contained in:
connors 2013-09-15 20:13:35 -07:00
Родитель 5315126380
Коммит a357c1968e
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -552,10 +552,9 @@ h6 {
#blockButtons [class*="button"]:last-child {
margin-bottom: 0;
}
#blockButtonsInPhone .button-block {
margin-left: 5px;
margin-right: 5px;
margin-left: 10px;
margin-right: 10px;
}
#push .component-example {
@ -594,6 +593,9 @@ h6 {
#blockButtonsInPhone [class*="button"] {
margin-top: 5px;
}
#blockButtonsInPhone [class*="button"]:first-child {
margin-top: 10px;
}
/* Counts examples */
#countsInPhone {