diff -r 928cccb0b8de -r 6093dda9fe38 static/css/bootstrap.css --- a/static/css/bootstrap.css Sat Jan 18 12:31:21 2014 +0100 +++ b/static/css/bootstrap.css Sat Jan 18 12:34:36 2014 +0100 @@ -1,3 +1,4 @@ +@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700); /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article, aside, @@ -255,7 +256,7 @@ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.428571429; color: #333333; @@ -337,7 +338,7 @@ .h4, .h5, .h6 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; @@ -6006,6 +6007,9 @@ margin-bottom: 0px; border-bottom: 3px solid #f0f0f0; } +.navbar-nav { + margin-top: 24px; +} a.link-yellow { color: #fdc91a !important; text-decoration: underline; @@ -6019,12 +6023,14 @@ .module-gallery { background: url('../images/python_blender.jpg') no-repeat 0px -200px; background-size: 2000px 884px; - max-width: 100% !important; } .module-gallery .module-content { height: 300px; position: relative; } +.module-cite h1 { + color: #125883; +} .col-yellow { background: rgba(253, 201, 26, 0.6); } @@ -6034,6 +6040,22 @@ .module-course { background-color: #f5f5f5; } +.module-cite { + border-bottom: 1px solid #fdc91a; + padding-bottom: 20px; +} +.cite { + position: relative; +} +.cite-left { + top: 6px; +} +.cite-right { + top: 48px; +} +.cite-right svg { + margin-top: -48px; +} /* Footer ------------------------------------ */#footer { height: 60px;