Skip to content

Commit

Permalink
Removed the weird list style
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Jan 27, 2011
1 parent 19b1ad4 commit 450072c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,16 @@ a img {
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
margin: 0 10px 25px 5px;
list-style: disc;
padding:15px 15px 15px 20px;
}
.entry ul li {
padding:6px 0 6px 11px;
}


.entry ol {
margin: 0 10px 25px 5px;
padding:15px 15px 15px 40px;
Expand Down

0 comments on commit 450072c

Please sign in to comment.