Skip to content

Commit

Permalink
changed the CSS to add backward compatinility for headers using table…
Browse files Browse the repository at this point in the history
…s.related to #bug4913
  • Loading branch information
urs_hunkler committed Apr 7, 2006
1 parent 03c541c commit 78a71c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions theme/standard/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,12 @@ form.popupform {
border-style:solid;
}

.navbar {
width:auto;
div.navbar {
width: auto;
}

table.navbar {
width: 100%;
}

.navbar .navbutton form {
Expand Down

0 comments on commit 78a71c3

Please sign in to comment.