Skip to content

Commit

Permalink
.bBase > [ly-hldBase]
Browse files Browse the repository at this point in the history
  • Loading branch information
viT-1 committed Sep 19, 2016
1 parent cb15704 commit c3f89c9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions css/original/base-layScreen-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ menu menu

/**** screen min630 */
@media screen and (min-width:630px) {
.bBase
*[ly-hldBase]
, .bPanel[role='banner'] {
width: 630px;
}}
Expand Down Expand Up @@ -88,7 +88,7 @@ menu menu
display: none;
}

.bBase {
*[ly-hldBase] {
padding-top: 0;
}}
/* screen max422 ****/
Expand Down
4 changes: 2 additions & 2 deletions css/original/base-layScreen-wide.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.bBanner
, .bPanel[role='banner']
, .bBase {
, *[ly-hldBase] {
width: 1000px;
}

.bBase {
*[ly-hldBase] {
background: #CF9;
}

Expand Down
2 changes: 1 addition & 1 deletion css/original/base-sknGreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ a.iSideBar[role = 'heading'] {
/* @class iSideBar ****/

a.iSideBar[role = 'heading']
, .bBase {
, *[ly-hldBase] {
background-color: #370;
}

Expand Down
6 changes: 3 additions & 3 deletions css/original/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ h3:target .iAnchor[href ^= '#'] {

.bBanner
, .bPanel[role='banner']
, .bBase {
, *[ly-hldBase] {
margin: 0 auto;
}

Expand All @@ -132,13 +132,13 @@ h3:target .iAnchor[href ^= '#'] {
height: 250px;
}

.bBase {
*[ly-hldBase] {
text-align: left;
position: relative;
}

@media screen {
.bBase {
*[ly-hldBase] {
padding-top: 250px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion xsl/original/base-layScreen.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="bPanel" role="banner">
<xsl:apply-templates select="$nav_navRoot/footer[@lang = $base_htmlLang]" mode="nav_header" />
</div>
<div class="bBase">
<div ly-hldBase="">
<hr class="-hidden" />
<xsl:apply-templates select="$nav_navRoot/menu[@lang = $base_htmlLang]">
<xsl:with-param name="mod__class" select="'master'" />
Expand Down

0 comments on commit c3f89c9

Please sign in to comment.