Skip to content

Commit

Permalink
Fixes #3
Browse files Browse the repository at this point in the history
He puesto el padding a ojo. Ajustarlo como queráis
  • Loading branch information
Miguel Ángel committed Feb 25, 2015
1 parent 0b812c1 commit 72412b0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
}


article ul {
padding-left: 20px;
list-style: square outside none;
}

article ul li {
padding-left: 10px;
}

hr.large {
border: none;
height: 8px;
Expand Down Expand Up @@ -188,7 +197,7 @@
right: 0;
height: 80px;
width: 80px;
background: url(images/resize.png); }
/*background: url(images/resize.png);*/ }


img {
Expand Down

0 comments on commit 72412b0

Please sign in to comment.