]> sipb.mit.edu Git - wiki.git/commitdiff
Float jhamrick pic to the right.
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 11 Feb 2009 05:20:26 +0000 (00:20 -0500)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 11 Feb 2009 05:20:26 +0000 (00:20 -0500)
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
index.mdwn
local.css

index efc079ac3780bebd528ba07856e3515a96944ddb..3c255be23d2ab12c44ea788258440c7ff32b087e 100644 (file)
@@ -30,6 +30,7 @@ Have a computing question or need some help? Come drop by our office.
 ## SIPB Events
 Every year, SIPB offers a number of awesome computer-related events to the MIT community. Here's a list of some of our events:
 
+<div class="right"><img src="photos/hackathon-1.jpg" alt="hackathon" /></div>
 * [IAP classes](http://sipb.mit.edu/iap)<br/>
 Teach or learn.  Knowledge is power. <br />
 * [SIPB Cluedumps](http://cluedumps.mit.edu/) <br />
@@ -41,9 +42,6 @@ At the beginning of each year, SIPB offers tours of the MIT computing infrastruc
 * [[SIPB Computer Stories|computer_stories]]<br />
 Come listen to interesting computer stories about MIT in this annual event.
 
-
-![hackathon](photos/hackathon-1.jpg)
-
 ## Getting Involved
 
 SIPB is always open to new contributors.  You can join one of the projects above or start your own.  Learn more about [[getting_involved|join]].
index 24372f607cb9e7adf3311ffb207f8c7903a994d6..d9ae41333cc9ba076a753818d854dec3c473365b 100644 (file)
--- a/local.css
+++ b/local.css
@@ -30,3 +30,8 @@ float: right;
 align: left;
 width: 50%;
 }
+
+.right
+{
+float: right;
+}