From: Carl Worth Date: Thu, 31 May 2007 04:11:04 +0000 (-0700) Subject: Rename floatleft/floatright to left/right X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=7dcf0c95f0783bb1823615171307d5deebc38ab1 Rename floatleft/floatright to left/right I notice that planet.gnome.org supports left/right classes already. --- diff --git a/src/anikas_traveling_turtle.mdwn b/src/anikas_traveling_turtle.mdwn index 9534e35..0724b93 100644 --- a/src/anikas_traveling_turtle.mdwn +++ b/src/anikas_traveling_turtle.mdwn @@ -1,7 +1,7 @@ [[meta title="Anika's Traveling Turtle"]] [[tag family]] -[[img cover.jpg size="300x300" class="floatright"]] +[[img cover.jpg size="300x300" class="right"]] Confession time. @@ -21,7 +21,7 @@ together. Now, we all miss each other terribly since we're in Oregon while they're in North Carolina. ## The problem -[[img introduction.jpg size="300x300" class="floatleft"]] +[[img introduction.jpg size="300x300" class="left"]] A couple of months ago, we received Anika's Traveling Turtle in the mail, (look at the adorable message she wrote to introduce it). The plan was that we would write an entry about an animal and mail it on diff --git a/src/index.mdwn b/src/index.mdwn index 075e5a3..ee9c543 100644 --- a/src/index.mdwn +++ b/src/index.mdwn @@ -1,7 +1,7 @@ # Family [[img family-photo-2005-10.jpg size="200x200" alt="Family photo" -class="floatright"]] My family is the greatest source of joy in my +class="right"]] My family is the greatest source of joy in my life. Stacy and I have been married since December 30, 1995 and are having many wonderful adventures raising our four sons, Cameron, Hyrum, Andrew, and Scott. One defining aspect of our family life is @@ -24,7 +24,7 @@ the freedom to adapt the software to my exact desires). I'm also very fortunate to work for [Red Hat](http://www.redhat.com) which gives me the opportunity to write Free Software as a full-time job. -[[img cairo-logo.png alt="Cairo logo" class="floatleft"]] The single +[[img cairo-logo.png alt="Cairo logo" class="left"]] The single software project that I've spent the most time on is the [cairo graphics library](http://cairographics.org) which has been a tremendous amount of fun, but it's really only interesting for other diff --git a/src/local.css b/src/local.css index 9bf5a9d..99b8bbc 100644 --- a/src/local.css +++ b/src/local.css @@ -68,12 +68,12 @@ a:hover { margin-right: 15%; } -.floatleft { +.left { float: left; padding-right: 0.5em; } -.floatright { +.right { float: right; padding-left: 0.5em; }