]> git.cworth.org Git - cworth.org/commitdiff
Rename floatleft/floatright to left/right
authorCarl Worth <cworth@cworth.org>
Thu, 31 May 2007 04:11:04 +0000 (21:11 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 31 May 2007 04:11:04 +0000 (21:11 -0700)
I notice that planet.gnome.org supports left/right classes already.

src/anikas_traveling_turtle.mdwn
src/index.mdwn
src/local.css

index 9534e35fa1d7b8357ecb29f99d3d09669dbdf2c5..0724b93a92bacfda9f940722b97469d6e938375e 100644 (file)
@@ -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
index 075e5a3d166cb617a4df06822d7bf87431e90527..ee9c543418dda3d8454eb2c65afec362e11efa0f 100644 (file)
@@ -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
index 9bf5a9d8f332465a2ef048f81d09782ee27930c9..99b8bbcabe5a9a3b2d1ea5a5ebe59fff0a4160b8 100644 (file)
@@ -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;
 }