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

Commit 483cf38d authored by Scott Main's avatar Scott Main
Browse files

docs: add "figure" class for DIV elements that contain

a figure image with caption text.

needed (but not a dependency) by I1cd5c8282ba45d79da854db43d741b6fa049812b
parent 9b0ad4c7
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -784,6 +784,16 @@ pre.classic {
  padding:0;
}

div.figure {
  float:right;
  padding:0 0 20px 20px;
  /* width must be defined w/ an inline style matching the image width */
}

#jd-content div.figure img {
  display:block;
  margin:0 0 10px 0;
}

/* BEGIN quickview sidebar element styles */