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

Commit ef0e3eaa authored by Dirk Dougherty's avatar Dirk Dougherty
Browse files

Add styles to compress the summary table presentation.

Change-Id: Icbb5da4c87bc111bfe7c5d29af4ad53546f11114
parent 882adaed
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2411,6 +2411,17 @@ div.note.distribute {
  margin-bottom:0;
}

.summary-table {
  background-color:#eceff1;
  padding:1em;
  margin-bottom:1.5em;
}

.summary-table h5 {
  line-height:1em;
  font-size:.98em;
}

body.about blockquote {
  display:block;
  float:right;
+14 −0
Original line number Diff line number Diff line
@@ -2628,6 +2628,20 @@ div.note.distribute {
  margin-bottom:0;
}

.summary-table {
  background-color:#e1e4e6;
  padding:1em;
  margin-bottom:1.5em;
}
.summary-table p {
  font-size:.98em;
}

.summary-table h5 {
  line-height:1em;
  font-size:.98em;
}

body.about blockquote {
  display:block;
  float:right;