This commit is contained in:
connors 2014-02-16 13:06:28 -08:00
Родитель b82b6dcd8b
Коммит 08f66f54fe
5 изменённых файлов: 25 добавлений и 2 удалений

8
dist/ratchet.css поставляемый
Просмотреть файл

@ -288,6 +288,14 @@ strong {
padding-top: 88px;
}
.bar-footer ~ .content {
padding-bottom: 44px;
}
.bar-footer-secondary ~ .content {
padding-bottom: 88px;
}
.container {
padding-right: 15px;
padding-left: 15px;

8
docs/dist/ratchet.css поставляемый
Просмотреть файл

@ -288,6 +288,14 @@ strong {
padding-top: 88px;
}
.bar-footer ~ .content {
padding-bottom: 44px;
}
.bar-footer-secondary ~ .content {
padding-bottom: 88px;
}
.container {
padding-right: 15px;
padding-left: 15px;

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

@ -3,6 +3,7 @@
left: 0;
right: 0;
padding: 10px 0;
font-size: 11px;
text-align: center;
}

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

@ -64,9 +64,9 @@
<ul class="table-view">
<li class="table-view-cell media">
<a class="push-right" href="inbox.html" data-transition="slide-in">
<span class="media-object icon icon-home pull-left"></span>
<span class="media-object icon icon-more pull-left"></span>
<div class="media-body">
Home
Misc
</div>
</a>
</li>

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

@ -62,6 +62,12 @@ strong {
.bar-header-secondary ~ .content {
padding-top: $bar-base-height*2;
}
.bar-footer ~ .content {
padding-bottom: $bar-base-height;
}
.bar-footer-secondary ~ .content {
padding-bottom: $bar-base-height*2;
}
// Utility classes
.container {