Basic styling for (long) tag lists.

This commit is contained in:
Aaron van Geffen 2016-11-13 23:16:43 +01:00
parent f4bcb1e584
commit fa5ef75205
1 changed files with 14 additions and 0 deletions

View File

@ -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;