]> git.jsancho.org Git - blog.git/blobdiff - css/custom.css
CSS class for images floating to the left side
[blog.git] / css / custom.css
index 2ea042a227755c3abd0dde341726ea4aa30286b5..4fb0c9ff0c60a264a4d4923c57f79ebc47cc0bbe 100644 (file)
@@ -9,3 +9,8 @@
 #page-content > section[role="main"] a {
     color: #e95420;
 }
+
+.image-left {
+    float: left;
+    margin: 0px 15px 15px 0px;
+}