Merge pull request #384 from MITx/feature/tomg/fall-design
fixed course name title bar bug
This commit is contained in:
@@ -89,3 +89,9 @@
|
||||
border: 1px solid rgb(6, 65, 18);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.global {
|
||||
h2 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,7 @@
|
||||
body {
|
||||
min-width: 980px;
|
||||
}
|
||||
|
||||
body, h1, h2, h3, h4, h5, h6, p, p a:link, p a:visited, a {
|
||||
font-family: $sans-serif;
|
||||
}
|
||||
|
||||
@@ -187,7 +187,13 @@ h1.top-header {
|
||||
}
|
||||
|
||||
.global {
|
||||
.find-courses-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
display: block;
|
||||
width: 700px;
|
||||
float: left;
|
||||
font-size: 0.9em;
|
||||
font-weight: 600;
|
||||
@@ -195,6 +201,9 @@ h1.top-header {
|
||||
letter-spacing: 0;
|
||||
text-transform: none;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
.provider {
|
||||
font: inherit;
|
||||
|
||||
Reference in New Issue
Block a user