Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wet-boew/wet-boew
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Sep 17, 2012
2 parents 7c9cba0 + 44483e0 commit e831708
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/theme-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demos/tabs/tabs-eng.html
Expand Up @@ -264,7 +264,7 @@ <h1 id="wb-cont">Tabbed interface</h1>
Fake content. Fake content. Fake content. Fake content. Fake content. Fake content. Fake content. Fake content. Fake content.</p>
<div class="clear"></div>
<p><a href="#"><img src="../grids/images/photo.jpg" width="60" height="60" class="image-actual float-left" alt="photo" />X heading</a><br />
Fake content. Fake content. Fake content. Fake content. Fake content. Fake content. Fake content. Fake content. Fake content.</p>z
Fake content. Fake content. Fake content. Fake content. Fake content. Fake content. Fake content. Fake content. Fake content.</p>
</section></div>
</div>
<ul class="tabs">
Expand Down
6 changes: 6 additions & 0 deletions src/theme-gcwu-fegc/sass/includes/default-mobile.scss
Expand Up @@ -16,6 +16,12 @@ body{
}

#wb-skip {
a, a:link, a:visited {
text-shadow: none !important;
}
}

#wb-body-sec #wb-skip2 {
display:none;
visibility:hidden;
}
Expand Down
4 changes: 4 additions & 0 deletions src/theme-gcwu-intranet/sass/includes/default-mobile.scss
Expand Up @@ -101,4 +101,8 @@
clear:both;
visibility:hidden;
}
}

#gcwu-psnb{
margin-top:-3px;
}

0 comments on commit e831708

Please sign in to comment.