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

Commit b9ae92b4 authored by Scott Main's avatar Scott Main
Browse files

docs: further specify design docs' list styles to fix uls appearing like ols

Change-Id: I203daeafb390532e34687338d5c3d4a307ba680f
parent 1d62fa80
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -530,12 +530,12 @@ h3:target {
}
.design ol {
  counter-reset: item; }
  .design ol li {
  .design ol>li {
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
    position: relative; }
    .design ol li:before {
    .design ol>li:before {
      content: counter(item) ". ";
      counter-increment: item;
      position: absolute;
@@ -561,16 +561,18 @@ h3:target {
      content: "9. "; }
    .design ol li.value-10:before {
      content: "10. "; }
.design .with-callouts ol li {
.design .with-callouts ol>li {
  list-style-position: inside;
  margin-left: 0; }
  .design .with-callouts ol li:before {
  .design .with-callouts ol>li:before {
    display: inline;
    left: -20px;
    float: left;
    width: 17px;
    color: #33b5e5;
    font-weight: 500; }
.design .with-callouts ul>li {
  list-style-position: outside; }

/* special list items */
li.no-bullet {
@@ -3474,7 +3476,7 @@ EndColorStr='#ececec');

.morehover:hover {
  opacity:1;
  height:345px;
  height:385px;
  width:268px;
  -webkit-transition-property:height,  -webkit-opacity;
}
@@ -3488,7 +3490,7 @@ EndColorStr='#ececec');
.morehover .mid {
  width:228px;
  background:url(../images/more_mid.png) repeat-y;
  padding:10px 20px 10px 20px;
  padding:10px 20px 0 20px;
}

.morehover .mid .header {