fixes #490, less visible borders on tags by letter
This commit is contained in:
parent
6932344e72
commit
e47568b087
1 changed files with 17 additions and 0 deletions
|
@ -264,6 +264,23 @@ a:hover { border-bottom: none;}
|
|||
#pictureComments INPUT[type=submit] { margin: 0;}
|
||||
.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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue