ソースを参照

Floating image should not leave space between content boundary and its margin

Talha Mansoor 11 年 前
コミット
277358e0d5
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      static/css/elegant.css

+ 2 - 0
static/css/elegant.css

@@ -647,8 +647,10 @@ div.figure p.caption a {
 }
 div.figure.align-right {
     float: right;
+    margin-right:0;
 }
 div.figure.align-left {
     float: left;
+    margin-left:0;
 }