This commit is contained in:
connors 2014-02-01 14:36:05 -08:00
Родитель d1976eaf29
Коммит 1e43d92a33
4 изменённых файлов: 17 добавлений и 5 удалений

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

@ -101,7 +101,7 @@ base_url: "../"
</article>
<article class="component">
<h3 class="component-title">Title bar with link buttons</h3>
<h3 class="component-title">Title bar with link buttons and icons</h3>
<div class="component-example component-example-fullbleed">
<header class="bar bar-nav">
@ -117,10 +117,12 @@ base_url: "../"
{% highlight html %}
<header class="bar bar-nav">
<span class="icon icon-refresh pull-left"></span>
<a class="btn btn-link pull-right">
Next
<span class="icon icon-lg-right"></span>
<a class="btn btn-link pull-left">
<span class="icon icon-lg-left"></span>
Previous
</a>
<a class="pull-right">
<span class="icon icon-refresh"></span>
</a>
<h1 class="title">Title</h1>
</header>

4
dist/ios-theme.css поставляемый
Просмотреть файл

@ -8,6 +8,10 @@
* =====================================================
*/
a {
color: #007aff;
}
.content {
background-color: #efeff4;
}

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

@ -802,6 +802,9 @@ hr {
}
}
}
.platform-ios a {
color: #007aff;
}
.platform-ios .content {
background-color: #efeff4;

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

@ -31,6 +31,9 @@ $timing-fuction: cubic-bezier(.1, .5, .1, 1); // Inspired by @c2prods
// Base
// --------------------------------------------------
a {
color: $primary-color;
}
.content {
background-color: #efeff4;
}