media kit - added in new tab/window behavior for download links, revised edX name styling on homepage cta, and provided more context on logo download text

This commit is contained in:
Brian Talbot
2013-01-04 10:02:14 -05:00
parent 59f4962cfa
commit 04524ef58f
4 changed files with 33 additions and 40 deletions

View File

@@ -347,7 +347,7 @@
.action.action-mediakit {
float: right;
position: relative;
top: 5px;
top: 1px;
font-family: $sans-serif;
font-size: 14px;
text-shadow: 0 1px rgba(255,255,255, 0.6);
@@ -360,6 +360,12 @@
content: "";
font-size: 11px;
}
.org-name {
color: $blue;
font-family: $sans-serif;
text-transform: none;
}
}
}

View File

@@ -224,7 +224,7 @@ $white: rgb(255,255,255);
@include box-sizing(border-box);
@include box-shadow(0 1px 2px 0 rgba(0,0,0, 0.1));
display: block;
min-height: 400px;
min-height: 380px;
border: 2px solid tint($light-gray,75%);
padding: $baseline;