Skip to content

Commit

Permalink
pick up suggestions from hotosm/learnosm, pull request 641 by Wille
Browse files Browse the repository at this point in the history
 - improve margins after numbered lists
 - improve numbering of numbered lists, labelling of bullet lists
  • Loading branch information
michael63-osm committed Apr 10, 2021
1 parent 2219cf2 commit 80dadad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
13 changes: 10 additions & 3 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
right:-3em;
width:2em;
font-family:'Source Sans Pro',sans-serif;
font-size:12px;
font-size:20px;
font-weight:700;
text-align:center;
}
.doc ul > li:before {content:'◆'}
Expand Down Expand Up @@ -190,8 +191,14 @@ em {font-style:italic;}
strong {font-weight:700;}

.doc ul {margin: 20px 0;}
.doc ul li,.doc ol li, .doc p { font-family:'Quattrocento',serif; }
.doc li {margin-right:30px;}
.doc ul li,.doc ol li, .doc p { font-family:'Quattrocento',serif; }
.doc li {
margin-right:30px;
margin-bottom:5px;
}
.has-image {
margin-bottom:20px !important;
}
.doc li a, .doc p a {color: #79bc5f;}
.doc-nav-secondary li {padding-right:60px;}

Expand Down
15 changes: 11 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
left:-3em;
width:2em;
font-family:'Source Sans Pro',sans-serif;
font-size:12px;
font-size:20px;
font-weight:700;
text-align:center;
}
.doc ul > li:before {content:'◆'}
Expand Down Expand Up @@ -190,8 +191,14 @@ em {font-style:italic;}
strong {font-weight:700;}

.doc ul {margin: 20px 0;}
.doc ul li,.doc ol li, .doc p { font-family:'Quattrocento',serif; }
.doc li {margin-left:30px;}
.doc ul li,.doc ol li, .doc p { font-family:'Quattrocento',serif; }
.doc li {
margin-left:30px;
margin-bottom:5px;
}
.has-image {
margin-bottom:20px !important;
}
.doc li a, .doc p a {color: #79bc5f;}
.doc-nav-secondary li {padding-left:60px;}

Expand Down Expand Up @@ -268,7 +275,7 @@ body {
}

table {
table-layout: fixed;
table-layout: fixed;
width: 100%;
}

Expand Down

0 comments on commit 80dadad

Please sign in to comment.