Merge pull request #2203 from bechi/fix-tabs

remove text-bold on tabs
This commit is contained in:
Matias Alejo Garcia 2014-12-19 10:02:46 -03:00
commit 45854eb797

View file

@ -48,7 +48,7 @@
<tabset> <tabset>
<tab style="width: 50%;" select="selectStorage('remote')"> <tab style="width: 50%;" select="selectStorage('remote')">
<tab-heading> <tab-heading>
<span class="text-bold">In the Cloud </span> <span>In the Cloud </span>
<br> <br>
<span class="size-10 text-gray">( Recommended )</span> <span class="size-10 text-gray">( Recommended )</span>
</tab-heading> </tab-heading>
@ -70,7 +70,7 @@
</tab> </tab>
<tab style="width: 50%;" select="selectStorage('local')"> <tab style="width: 50%;" select="selectStorage('local')">
<tab-heading> <tab-heading>
<div class="m5t text-bold">On this Device</div> <div class="m5t">On this Device</div>
</tab-heading> </tab-heading>
<div class="content-item"> <div class="content-item">
<div class="bg-circle"><i class="icon-locked"></i> <div class="bg-circle"><i class="icon-locked"></i>