css: add border to headline subtoolbar

This commit is contained in:
Andrew Dolgov 2006-10-01 06:38:13 +01:00
parent 6a244e6ef8
commit 8b27182a96
1 changed files with 6 additions and 0 deletions

View File

@ -612,6 +612,12 @@ td.selectPrompt {
color : gray;
}
table.headlinesSubToolbar {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #f0f0f0;
}
table.headlinesSubToolbar td.headlineActions {
font-size : x-small;
color : gray;