MDL-13181 :: added to handle changed xhtml

.glossarypost div.concept h3,
.glossarypost.continuous .concept {
  display: inline;
}
This commit is contained in:
urs_hunkler
2008-02-03 15:55:29 +00:00
parent ea3c67c5cb
commit 936eeefdcb
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -426,6 +426,12 @@ table.glossarypost {
border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
background-color: #f8f8f8;
}
table.glossarypost div.concept h3 {
display: inline;
}
table.glossarypost.continuous div.concept {
display: inline;
}
div.entrybox {
border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
background-color: #eee;
+2
View File
@@ -1117,6 +1117,8 @@ body#mod-glossary-view div.glossarycontrol {
float: none;
text-align: right;
white-space: nowrap;
margin: 5px 0;
}
table.glossarypost div.concept h3 {
display: inline;
}