From: Dave Rolsky Date: Sun, 7 Jun 2009 23:20:23 +0000 (-0500) Subject: some style tweaks X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bad100cd950aac6ba6e343d88155de6334f9bb6;p=gitmo%2Fmoose-presentations.git some style tweaks --- diff --git a/moose-class/slides/ui/custom.css b/moose-class/slides/ui/custom.css index fc54819..602d2a5 100644 --- a/moose-class/slides/ui/custom.css +++ b/moose-class/slides/ui/custom.css @@ -12,6 +12,13 @@ div#header, div#footer { background: #eddbb4; } +div#license { + float: left; + font-size: 20%; + margin-left: 1em; + width: 40%; +} + .slide h1 { background: #eddbb4; color: black; @@ -52,7 +59,7 @@ img.for-slide { } .highlight { - color: #03c; + color: #B02; } .slide pre.small { @@ -64,10 +71,10 @@ img.for-slide { } .match-moose { - color: #03c; + color: #B02; } .match-unsweet { - color: #03c; + color: #B02; font-weight: bold; }