From d7e1c60dcef779efb6d2d73ac6d46815fd162e65 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 15 Jul 2013 14:57:59 -0400 Subject: [PATCH] Adding more questions to FAQ based on suggestions from current instructors. --- swc.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/swc.css b/swc.css index fc9866e..b67e1b2 100644 --- 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; +} -- 2.30.2