Skip to content

Commit

Permalink
Add styles for <ol> and <ul> inside the highest <ul>
Browse files Browse the repository at this point in the history
  • Loading branch information
akuechl committed Aug 9, 2014
1 parent 9a98d7e commit eaddb47
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions fefe.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,18 @@ ul {
list-style-type: none;
padding-left: 0;
}
ul li {
margin: 1.5em 0 1em 0;
padding: 1em 0 2em;
text-align:justify;
border-bottom: 1px #000 dashed;
position: relative; /*for absolute pos of first link*/
ul > li {
margin: 1.5em 0 1em 0;
padding: 1em 0 2em;
border-bottom: 1px #000 dashed;
position: relative; /*for absolute pos of first link*/
}
ul ol li, ul ul li {
margin: 0.75em 0 0.75em 2em;
padding-left: 1em;
}
li {
text-margin: justify;
}

blockquote {
Expand Down

0 comments on commit eaddb47

Please sign in to comment.