Skip to content

Commit

Permalink
Fixed colour of tab text in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Jul 31, 2012
1 parent 915513f commit 43c2c7e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demos/datalist/datalist-eng.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ <h1 id="wb-cont">Auto-complete for text input fields (datalist polyfill)</h1>
<p>The <code>datalist</code> tag specifies a list of pre-defined options for an <code>input</code> element.</p>

<!-- Start of Datalist content -->
<div class="wet-boew-prettify span-4">
<div class="span-4">
<section>
<h2 class="background-dark margin-bottom-medium">Usage</h2>
<pre class="prettyprint linenums"><code>&lt;label for="city"&gt;City&lt;/label&gt;
<pre class="wet-boew-prettify prettyprint linenums"><code>&lt;label for="city"&gt;City&lt;/label&gt;
&lt;input id="city" name="city" list="suggestions" /&gt;
&lt;datalist id=&quot;suggestions&quot;&gt;
&lt;!--[if !IE]&gt;&lt;!--&gt;
Expand Down
4 changes: 2 additions & 2 deletions demos/datalist/datalist-fra.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ <h1 id="wb-cont">Remplissage automatique des champs de saisie (correctif pour <s
<p>La balise <code lang="en">datalist</code> spécifie une liste d'options pré-définis pour un élément <code lang="en">input</code>.</p>

<!-- Start of Datalist content -->
<div class="wet-boew-prettify span-4">
<div class="span-4">
<section>
<h2 class="background-dark margin-bottom-medium">Usage</h2>
<pre class="prettyprint linenums"><code>&lt;label for="city"&gt;City&lt;/label&gt;
<pre class="wet-boew-prettify prettyprint linenums"><code>&lt;label for="city"&gt;City&lt;/label&gt;
&lt;input id="city" name="city" list="suggestions" /&gt;
&lt;!--[if !IE]&gt;&lt;!--&gt;
&lt;select&gt;&lt;!--&lt;![endif]--&gt;
Expand Down
2 changes: 1 addition & 1 deletion demos/tabs/tabs-eng.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1 id="wb-cont">Tabbed interface</h1>
<div class="clear"></div>

<div class="span-5"><section><h2 id="coding">Coding</h2>
<pre class="wet-boew-prettify prettyprint"><code>&lt;div class=&quot;wet-boew-tabbedinterface tabs-style-2&quot;&gt;
<pre class="wet-boew-prettify prettyprint linenums"><code>&lt;div class=&quot;wet-boew-tabbedinterface tabs-style-2&quot;&gt;
&lt;ul class=&quot;tabs&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#tabs1_1&quot;&gt;Tab 1&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;default&quot;&gt;&lt;a href=&quot;#tabs1_2&quot;&gt;Tab 2&lt;/a&gt;&lt;/li&gt;
Expand Down
2 changes: 1 addition & 1 deletion demos/tabs/tabs-fra.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1 id="wb-cont">Interface à onglets</h1>
<div class="clear"></div>

<div class="span-5"><section><h2 id="code">Code</h2>
<pre class="wet-boew-prettify prettyprint"><code lang="en">&lt;div class=&quot;wet-boew-tabbedinterface tabs-style-2&quot;&gt;
<pre class="wet-boew-prettify prettyprint linenums"><code lang="en">&lt;div class=&quot;wet-boew-tabbedinterface tabs-style-2&quot;&gt;
&lt;ul class=&quot;tabs&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#tabs1_1&quot;&gt;<span lang="fr">Onglet 1</span>&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;default&quot;&gt;&lt;a href=&quot;#tabs1_2&quot;&gt;<span lang="fr">Onglet 2</span>&lt;/a&gt;&lt;/li&gt;
Expand Down
2 changes: 1 addition & 1 deletion src/theme-gcwu-fegc/sass/includes/default-mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ body{
margin-top:5px;
padding:10px;
}
a {
.ui-link {
color: #326CA6;
font-weight:bold;
}
Expand Down

0 comments on commit 43c2c7e

Please sign in to comment.