Skip to content

Commit

Permalink
Fix broken box model in firefox 6; allow firefox 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Palkovsky committed Aug 24, 2011
1 parent 44ca7a6 commit 7e77715
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions extension/chrome/content/main.xul
Expand Up @@ -303,7 +303,16 @@
label="Weather" oncommand="if (!elem('map_weather').checked) gmap.set_overlay(null);" />
</hbox>

<html:div flex="1" id="gmap" />
<grid flex="1">
<columns>
<column flex="1" />
</columns>
<rows>
<row flex="1">
<html:div flex="1" id="gmap" />
</row>
</rows>
</grid>
<html:div id="map-status">
<span&map.altitude;</span>
<strong id="prof-alt"> </strong>
Expand All @@ -314,7 +323,7 @@
<span&map.time;</span>
<strong id="prof-time"></strong>
</html:div>
<html:div id="gprofile" />
<html:div id="gprofile"/>
</vbox>
</hbox>
</tabpanel>
Expand Down
2 changes: 1 addition & 1 deletion extension/install.rdf
Expand Up @@ -5,7 +5,7 @@
<RDF:Description RDF:about="rdf:#$7c5kD"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="3.0"
em:maxVersion="5.*" />
em:maxVersion="6.*" />
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="gipsy@pgweb.cz"
em:unpack="true"
Expand Down

0 comments on commit 7e77715

Please sign in to comment.