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

Commit 1dd6ff63 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I483cf38d into eclair

* changes:
  docs: add "figure" class for DIV elements that contain a figure image with caption text.
parents 6ef046c8 483cf38d
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 */