Adding more questions to FAQ based on suggestions from current instructors.
authorGreg Wilson <gvwilson@third-bit.com>
Mon, 15 Jul 2013 18:57:59 +0000 (14:57 -0400)
committerGreg Wilson <gvwilson@third-bit.com>
Mon, 15 Jul 2013 18:57:59 +0000 (14:57 -0400)
swc.css

diff --git a/swc.css b/swc.css
index fc9866e9b4d995c03f7b1c6b3652ab149436adfc..b67e1b2f2f5fc87217338966e344eeef5b9a83bd 100644 (file)
--- a/swc.css
+++ b/swc.css
@@ -200,7 +200,7 @@ dl.gloss {
     /* Empty for now. */
 }
 
-/* FIXME: shouldn't be using iframe's directly (EventBrite and YouTube should be via macro expansion). */
+/* Displaying YouTube videos. */
 iframe.youtube_player {
     border      : 0;
     text-align  : center;
@@ -208,11 +208,6 @@ iframe.youtube_player {
     height      : 500px;
 }
 
-/* Amy Brown's logo in book/stylesheet.html. */
-img.logoARB {
-    float: right;
-}
-
 /* Sections in book chapters. */
 section {
     clear: both;
@@ -313,3 +308,9 @@ table.bootcamps td.date {
 ul.checklist {
   list-style-image: url('/img/checkbox.png'); 
 }
+
+/* FAQ */
+dl.faq dt {
+    font-style: italic;
+    font-weight: bold;
+}