forked from Public/pics
Basic styling for (long) tag lists.
This commit is contained in:
parent
f4bcb1e584
commit
fa5ef75205
@ -588,6 +588,20 @@ a#previous_photo:hover, a#next_photo:hover {
|
||||
margin: 25px 3.5% 25px 0;
|
||||
width: 68.5%;
|
||||
}
|
||||
#sub_photo #tag_list {
|
||||
list-style: none;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
#sub_photo #tag_list li {
|
||||
display: inline;
|
||||
}
|
||||
#sub_photo #tag_list li:after {
|
||||
content: ', ';
|
||||
}
|
||||
#sub_photo #tag_list li:last-child:after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
#photo_exif_box {
|
||||
background: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user