diff options
Diffstat (limited to 'themes/elegant/theme.css')
-rw-r--r-- | themes/elegant/theme.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 83f130deb..3fb589222 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -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 */ |