]> git.jsancho.org Git - blog.git/blobdiff - css/custom.css
Fix issue reading posts body with Haunt 0.2.5
[blog.git] / css / custom.css
index 2ea042a227755c3abd0dde341726ea4aa30286b5..6fa84f53450339b26a34871ce8966af500ff37c1 100644 (file)
@@ -9,3 +9,13 @@
 #page-content > section[role="main"] a {
     color: #e95420;
 }
+
+.image-left {
+    float: left;
+    margin: 0px 15px 15px 0px;
+}
+
+.image-right {
+    float: right;
+    margin: 0px 15px 15px 0px;
+}