Commit 89df963a authored by James Allen's avatar James Allen Committed by Raniere Silva
Browse files

Use unified CSS from site.

As per swcarpentry/lesson-template#140, but only the core CSS
changes.
parent 3178d121
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/bootstrap/bootstrap-responsive.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap-responsive.css" />
<link rel="stylesheet" type="text/css" href="css/swc.css" />
<link rel="stylesheet" type="text/css" href="css/swc-workshop-and-lesson.css" />
<link rel="stylesheet" type="text/css" href="css/lesson.css" />
<link rel="alternate" type="application/rss+xml" title="Software Carpentry Blog" href="http://software-carpentry.org/feed.xml"/>
<meta charset="UTF-8" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@
    <title>Software Carpentry: $pagetitle$</title>
    $header$
  </head>
  <body>
    <div class="container">
  <body class="lesson">
    <div class="container container-full-width card">
      $banner$
      <div class="row-fluid">
        <div class="span10 offset1">

css/badge.css

0 → 100644
+18 −0
Original line number Diff line number Diff line
.badges-section {
  margin-bottom:30px;
}
.badges-section .media {
  margin-top: 30px;
}
h1.badge-title{
  margin-top: 10px;
}
#modal-badge-img {
  position:absolute;
  right: 25px;
  bottom: 25px;
  opacity: 0.5;
}
#assertion-modal.in {
  color: black;
}
+8.57 KiB
Loading image diff...
+12.5 KiB
Loading image diff...
Loading