Преглед изворни кода

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;
 }