Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkstrobeck committed Jun 30, 2012
1 parent 8f6d591 commit b7e98c0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 29 deletions.
2 changes: 1 addition & 1 deletion www/httpdocs/workspace/themes/active/css/common.css

Large diffs are not rendered by default.

50 changes: 22 additions & 28 deletions www/httpdocs/workspace/themes/active/less/common.less
Expand Up @@ -47,12 +47,6 @@

#proxima {

// .light() {
// font-family: "proxima-nova-light", "Helvetica Neue", Arial, Helvetica, sans-serif;
// font-style: normal;
// font-weight: normal;
// }

.regular() {
font-family: "proxima-nova-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
font-style: normal;
Expand Down Expand Up @@ -174,9 +168,9 @@

&.nav-stacked {

& > li {
> li {

& > a {
> a {
border: none;
}
}
Expand All @@ -188,9 +182,9 @@
.nav-pills {
margin-right: 5px;

& > li {
> li {

& > a {
> a {
padding: @base * .5 0;
margin: 0 0 0 @base * 2.5;
.border-radius(0);
Expand Down Expand Up @@ -221,8 +215,7 @@ h2,
h3,
h4,
h5,
h6,
.nav .nav-header {
h6 {
#font > #proxima > .bold;
}

Expand Down Expand Up @@ -735,16 +728,17 @@ h3 {
}

.nav-header {
#font > #proxima > .bold;
margin: 0;
padding: 0;
}

.nav-list {

& > li {
> li {
margin: @base * .5 0;

& > a {
> a {
padding: 0;

&:hover {
Expand All @@ -753,9 +747,9 @@ h3 {
}
}

& > .active {
> .active {

& > a {
> a {
color: @color-red;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
Expand Down Expand Up @@ -1106,7 +1100,7 @@ h3 {

.column-right {

& > .component-events {
> .component-events {

.entry {

Expand Down Expand Up @@ -1143,7 +1137,7 @@ h3 {

.column-right {

& > .component-locations {
> .component-locations {
margin-top: @base * 4;
}
}
Expand All @@ -1153,7 +1147,7 @@ h3 {

.column-full-width {

& > .component-text {
> .component-text {

h2 {
text-transform: uppercase;
Expand All @@ -1164,7 +1158,7 @@ h3 {

.column-center {

& > .component-text {
> .component-text {

h2 {
text-transform: none;
Expand All @@ -1177,7 +1171,7 @@ h3 {

.column-right {

& > .component-downloads {
> .component-downloads {

.entry {
background: @color-grey-accent;
Expand Down Expand Up @@ -1275,7 +1269,7 @@ h3 {

.row {

& > .component-events {
> .component-events {

.back {
margin: 30px 0 30px 0;
Expand Down Expand Up @@ -1410,13 +1404,13 @@ h3 {
.row {
padding-left: @base * 2;

& > .component-events {
> .component-events {

.back {
margin: 15px 0 30px 0;
}

& > .entries {
> .entries {

.entry {
border: none;
Expand Down Expand Up @@ -1461,7 +1455,7 @@ h3 {

.column-right {

& > .component-events {
> .component-events {

.entries {
list-style: none;
Expand Down Expand Up @@ -1758,7 +1752,7 @@ h3 {

.column-full-width {

& > .component-members-roles {
> .component-members-roles {

.header {
text-align: center;
Expand Down Expand Up @@ -1820,7 +1814,7 @@ h3 {

.column-right {

& > .component-members-roles {
> .component-members-roles {

.entry {
background: @color-grey-accent;
Expand Down Expand Up @@ -2405,7 +2399,7 @@ h3 {

.column-full-width {

& > .component-teachings {
> .component-teachings {

.individual {

Expand Down

0 comments on commit b7e98c0

Please sign in to comment.