fixes #490, less visible borders on tags by letter

This commit is contained in:
plegall 2016-07-13 19:28:15 +02:00
parent 6932344e72
commit e47568b087

View file

@ -264,6 +264,23 @@ a:hover { border-bottom: none;}
#pictureComments INPUT[type=submit] { margin: 0;} #pictureComments INPUT[type=submit] { margin: 0;}
.commentElement .description { padding: 5px;} .commentElement .description { padding: 5px;}
/* tag page */
FIELDSET.tagLetter, LEGEND.tagLetterLegend, TR.tagLine {
border-color: #333;
}
FIELDSET.tagLetter {
width:250px;
}
TABLE.tagLetterContent {
font-size:inherit;
}
TD.nbEntries {
white-space: nowrap;
}
/* calendar */ /* calendar */