Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6cb8fac authored by Scott Main's avatar Scott Main
Browse files

docs: fix padding for left-figure class

Change-Id: Ic4a1a95410f4d913a278bdb8a75c98ce5c4f5bfd
parent 0e69c3e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2456,7 +2456,7 @@ div.figure-left {
  float:left;
  clear:left;
  margin:10px 0 0 0;
  padding:0 0 0 20px;
  padding:0 20px 0 0;
  /* width must be defined w/ an inline style matching the image width */
}