Skip to content

Commit

Permalink
Arreglado el layout del listado de photosets
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel authored and Joel committed Dec 11, 2008
1 parent 1fc4fd1 commit d9488ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions assets/core/stylesheets/picto/picto.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
.photosetList {
}
.photosetList ul {
margin: 0 0 -20px -20px;
clear: both;
margin: 0 0 20px -20px;
padding: 0;
list-style-type: none;
}
.photosetList li {
float: left;
display: inline;
margin: 0 0 20px 20px;
margin: 0 0 0 20px;
}

.photosetPhotosList {
Expand Down
4 changes: 2 additions & 2 deletions assets/tog/stylesheets/picto/picto.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
font-weight: bold;
}
.photosetList ul {
margin: 10px 0 -20px -20px;
margin: 10px 0 20px -20px;
}
.photosetList li {
margin: 0 0 20px 20px;
margin: 0 0 0 20px;
padding: 8px;
width: 150px;
border: 1px solid #acadaf;
Expand Down

0 comments on commit d9488ed

Please sign in to comment.