Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 4201828

Browse files
committed
Merge pull request #1373 from OpenBazaar/removeCapitalize
remove capitalize class
2 parents 5640981 + 50d757c commit 4201828

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

css/obBase.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3442,10 +3442,6 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
34423442
border-bottom: 0;
34433443
}
34443444

3445-
.capitalize {
3446-
text-transform: capitalize;
3447-
}
3448-
34493445
.shadow-inner1-ultra-light {
34503446
box-shadow: inset 0px -130px 112px -52px rgba(25,25,25,.35);
34513447
}

js/templates/blockedUser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="marginLeft15 marginTop2 clearFix">
66
<% if(ob.name) { %>
77
<div class="floatLeft noOverflow marginBottom2 marginRight5">
8-
<a class="textSize16px capitalize" title="<%= ob.name %>" href="<% print('#userPage/' + ob.guid + '/store') %>">
8+
<a class="textSize16px" title="<%= ob.name %>" href="<% print('#userPage/' + ob.guid + '/store') %>">
99
<%= ob.name %>
1010
</a>
1111
</div>

js/templates/buyWizard.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
8787
</div>
8888
<div class="floatLeft width420 marginTop4">
8989
<div class="clearfix">
90-
<div class="capitalize marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
90+
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
9191
<a href="https://airbitz.co/bitcoin-wallet/" class="js-externalLink textOpacity1">Airbitz <span class="ion-android-open fontSize10"></span></a>
9292
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.WalletOnly') %></span>
9393
</div>
@@ -105,7 +105,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
105105
</div>
106106
<div class="floatLeft width420 marginTop4">
107107
<div class="clearfix">
108-
<div class="capitalize marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
108+
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
109109
<a href="https://www.coinbase.com/signup" class="js-externalLink textOpacity1">Coinbase <span class="ion-android-open fontSize10"></span></a>
110110
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.ExchangeAndWallet') %></span>
111111
</div>
@@ -123,7 +123,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
123123
</div>
124124
<div class="floatLeft width420 marginTop4">
125125
<div class="clearfix">
126-
<div class="capitalize marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
126+
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
127127
<a href="http://samouraiwallet.com/" class="js-externalLink textOpacity1">Samourai Wallet <span class="ion-android-open fontSize10"></span></a>
128128
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.WalletOnly') %></span>
129129
</div>
@@ -141,7 +141,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
141141
</div>
142142
<div class="floatLeft width420 marginTop4">
143143
<div class="clearfix">
144-
<div class="capitalize marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
144+
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
145145
<a href="https://rushwallet.com/" class="js-externalLink textOpacity1">RushWallet <span class="ion-android-open fontSize10"></span></a>
146146
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.WalletOnly') %></span>
147147
</div>
@@ -159,7 +159,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
159159
</div>
160160
<div class="floatLeft width420 marginTop4">
161161
<div class="clearfix">
162-
<div class="capitalize marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
162+
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
163163
<a href="http://breadwallet.com/" class="js-externalLink textOpacity1">Breadwallet <span class="ion-android-open fontSize10"></span></a>
164164
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.WalletOnly') %></span>
165165
</div>
@@ -177,7 +177,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
177177
</div>
178178
<div class="floatLeft width420 marginTop4">
179179
<div class="clearfix">
180-
<div class="capitalize marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
180+
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
181181
<a href="https://mycelium.com/mycelium-wallet.html" class="js-externalLink textOpacity1">Mycelium <span class="ion-android-open fontSize10"></span></a>
182182
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.WalletOnly') %></span>
183183

@@ -196,7 +196,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
196196
</div>
197197
<div class="floatLeft width420 marginTop4">
198198
<div class="clearfix">
199-
<div class="capitalize marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
199+
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
200200
<a href="https://blockchain.info/wallet" class="js-externalLink textOpacity1">Blockchain.info <span class="ion-android-open fontSize10"></span></a>
201201
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.ExchangeAndWallet') %></span>
202202
</div>
@@ -214,7 +214,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
214214
</div>
215215
<div class="floatLeft width420 marginTop4">
216216
<div class="clearfix">
217-
<div class="capitalize marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
217+
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
218218
<a href="https://coinkite.com/promo/nwt1" class="js-externalLink textOpacity1">Coinkite <span class="ion-android-open fontSize10"></span></a>
219219
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.WalletOnly') %></span>
220220
</div>
@@ -232,7 +232,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
232232
</div>
233233
<div class="floatLeft width420 marginTop4">
234234
<div class="clearfix">
235-
<div class="capitalize marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
235+
<div class="marginBottom2 marginRight5 lineHeight21 textOpacity1 fontSize15">
236236
<a href="https://www.bitgo.com/wallet" class="js-externalLink textOpacity1">BitGo <span class="ion-android-open fontSize10"></span></a>
237237
<span class="textOpacity50 fontSize12"><%= polyglot.t('walletProviders.WalletOnly') %></span>
238238
</div>

js/templates/userShort.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div class="marginLeft15 noOverflow clearFix">
5252
<% if(ob.name) { %>
5353
<div class="floatLeft marginRight5 lineHeight21">
54-
<a class="<% if(ob.micro){ %> textSize14px <% } else { %> textSize16px <% } %> capitalize js-userShort js-searchName"><%= ob.name %></a>
54+
<a class="<% if(ob.micro){ %> textSize14px <% } else { %> textSize16px <% } %> js-userShort js-searchName"><%= ob.name %></a>
5555
</div>
5656
<% } %>
5757
<% if(ob.handle) { %>

0 commit comments

Comments
 (0)