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

Commit c63c3e30 authored by Clay Murphy's avatar Clay Murphy
Browse files

Docs: improve the highlighting of definition lists (<dt> and <dd> elements)

Bug: 18947865
Change-Id: Ibe0966bed1deb2c45d0f323c809d36dc3f33dd17
parent 99f9af65
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1093,8 +1093,12 @@ ul ul, ul ol, ol ul, ol ol {
li {
  margin:0 0 5px;
}
dt {
  font-weight:bold;
}
dd {
  margin:0 0 10px 30px;
  padding: 5px;
}
dd p,
dd pre,