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

Commit 1e165ded authored by Amanda Kassay's avatar Amanda Kassay Committed by android-build-merger
Browse files

Update #jd-content to #body-content for DevSite layout changes. am: b5887e68

am: 0c8e467f

Change-Id: I5c4bbc2935c898d99c513a42487d7c907211b76a
parents b16695bc 0c8e467f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ div.button-row input {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#jd-content div.button-row img {
#body-content div.button-row img {
  margin: 0;
  vertical-align: middle;
}
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ function toggleDiv(link) {
.toggleable.closed .toggleme {
  display:none;
}
#jd-content .toggle-img {
#body-content .toggle-img {
  margin:0;
}
</style>
+4 −4
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ sdk.date=September 2009


<style type="text/css">
#jd-content div.screenshot,
#jd-content div.video {
#body-content div.screenshot,
#body-content div.video {
  float:right;
  clear:right;
  padding:15px 70px;
@@ -15,11 +15,11 @@ sdk.date=September 2009
  font-weight:bold;
  line-height:1.7em;
}
#jd-content div.video {
#body-content div.video {
  padding-top:0;
  margin-top:-15px;
}
#jd-content div.screenshot img {
#body-content div.screenshot img {
  margin:0;
}
</style>
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ function toggleDiv(link) {
.toggleable.closed .toggleme {
  display:none;
}
#jd-content .toggle-img {
#body-content .toggle-img {
  margin:0;
}
</style>
+5 −5
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ sdk.date=October 2009


<style type="text/css">
#jd-content div.screenshot,
#jd-content div.video {
#body-content div.screenshot,
#body-content div.video {
  float:right;
  clear:right;
  padding:15px 60px;
@@ -15,15 +15,15 @@ sdk.date=October 2009
  font-weight:bold;
  line-height:1.7em;
}
#jd-content div.video {
#body-content div.video {
  padding-top:0;
  margin-top:-15px;
}
#jd-content div.screenshot.second {
#body-content div.screenshot.second {
  clear:none;
  padding:15px 0 15px 60px;
}
#jd-content div.screenshot img {
#body-content div.screenshot img {
  margin:0;
  border:1px solid #ccc;
}
Loading