Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsimcoe committed Aug 3, 2012
1 parent 3ebf640 commit 0786af3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 10 deletions.
22 changes: 18 additions & 4 deletions www/httpdocs/workspace/themes/active/css/common.css
Expand Up @@ -7574,13 +7574,27 @@ h3 {
.column-right {
margin-top: 40px;
}
.layout-home .column-right {
.layout-home .column-right,
.layout-events .column-right,
.layout-home + .column-right,
.layout-events + .column-right {
margin-top: 0;
}
.layout-home-group .column-right {
margin-top: 0;
.layout-home .column-right ul,
.layout-events .column-right ul,
.layout-home + .column-right ul,
.layout-events + .column-right ul {
margin-top: 15px;
}
.layout-home .component-teachings,
.layout-events .component-teachings {
margin-top: 15px;
}
.layout-home .component-events .entries,
.layout-events .component-events .entries {
margin-top: 15px;
}
.component-events + .column-right {
.layout-home-group .column-right {
margin-top: 0;
}
.layout-meetings .column-center > .component-text h2 {
Expand Down
25 changes: 19 additions & 6 deletions www/httpdocs/workspace/themes/active/less/common.less
Expand Up @@ -2888,9 +2888,26 @@ h3 {
margin-top: @base * 4;
}

.layout-home {
.column-right {
.layout-home,
.layout-events {
.column-right,
& + .column-right {
margin-top: 0;

ul {
margin-top: 15px;
}
}

.component-teachings {
margin-top: 15px;
}

.component-events {

.entries {
margin-top: 15px;
}
}
}

Expand All @@ -2901,10 +2918,6 @@ h3 {
}
}

.component-events + .column-right {
margin-top: 0;
}

.layout-meetings {

.column-center {
Expand Down

0 comments on commit 0786af3

Please sign in to comment.