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

Commit 0d21155c 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: efae2d7d

am: 735b9eca

Change-Id: I0f599825b5070c81153594b51b1004a3e830ab52
parents 7e33ce73 735b9eca
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