** Changed in: firefox (Ubuntu)
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/825937

Title:
  Firefox crashes while visiting a site

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  #wrapper
  {
        background: #f7f7f7;
        -moz-box-shadow: 0 0 2px #bbb;
        -webkit-box-shadow: 0 0 2px #bbb;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        z-index: 2;
        position: relative;
  }

  #header
  {
        background-color: white;
  }

  #header ul#mothership
  {
        margin: 0;
        padding: 0;
        list-style-type: none;
        height: 20px;
  }

  #header ul#mothership li
  {
        float: right;
        padding: 3px 0;
        margin: 0 16px 0 0;
        font-size: 10px;
        line-height: 14px;
  }

  #header ul#mothership a
  {
        color: #333;
  }

  #header #orangeHeader
  {
        height: 72px;
        background: #d05630 url('../images/orangeheader-tile.png') repeat-x top 
left;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-radius: 0 0 4px 4px;
  }

  #header #orangeHeader h1
  {
        margin: 0;
      width: 350px;
      float: left;
  }

  #header #orangeHeader a
  {
        display: block;
        height: 72px;
        width: 198px;
        background: url('../images/ubuntu-wiki.png') no-repeat center center;
        padding-left: 40px;
  }

  #header #orangeHeader span
  {
        display: none;
  }
  /* search box in header */

  #search-box {
      float: right;
      margin-top: 24px;
      margin-right: 20px;
  }
  #searchinput {
      float: left;
  }
  #fullsearch {
      display: none;
  }

  #search-box #titlesearch {
      float: left;
      background: url("../images/search_button_sprite.png") transparent;
      width: 24px;
      height: 24px;
      margin: 1px 0 0 8px;
      padding: 0;
      border: none;
      cursor: pointer;
      text-indent: 50px;
      float: left;
  }

  
  #pageTitle
  {
        margin: 10px 0;
        color: #aea79f;
  }

  #main
  {
        background: #f7f6f5;
  }
  #container
  {
        margin: 0 0 0 20px;
        width: 944px;
        float: left;
  }

  #secondary
  {
        margin: 40px 20px 0 0;
        width: 224px;
        float: right;
  }

  .post
  {
        background: #fff;
        margin: 0 0 16px 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 8px;
        -moz-box-shadow: 0px 1px 2px #CCC;
        -webkit-box-shadow: 0px 1px 2px #CCC;
        box-shadow: 0px 1px 2px #CCC;
  }

  .post .postHeader
  {
        border-bottom: 1px dotted #aea79f;
        margin: 0 0 8px 0;
  }

  .post .postHeader h2
  {
        width: 560px;
        float: left;
        margin-bottom: 4px;
  }

  .post .postHeader h3
  {
        width: 560px;
        float: left;
        color: #aea79f;
        margin-bottom: 16px;
  }

  .post .postHeader h2.entry-title,
  .post .postHeader h2.entry-title a
  {
        color: #333333;
  }
  .post .postHeader img
  {
        float: right;
        max-height: 56px;
        padding-top: 4px;
  }

  .post .entry-content
  {
        border-bottom: 1px dotted #aea79f;
        padding-bottom: 8px;
  }

  .post .entry-content p
  {
        clear: both;
  }

  .post .entry-content img
  {
        float: left;
        margin: 0 8px 8px 0;
  }

  .post .entry-utility
  {
        margin: 8px 0 0;
        text-align: right;
  }

  .post .entry-utility .cat-links a
  {
        color: #888;
  }

  .xoxo
  {
        margin: 0;
        padding: 0;
        list-style-type: none;
  }

  .widgetcontainer
  {
        background: #fff;
        margin: 0 0 16px 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 0 0 1em 0;
        -moz-box-shadow: 0px 2px 2px #CCC;
        -webkit-box-shadow: 0px 2px 3px #CCC;
        box-shadow: 0px 2px 3px #CCC;
  }

  .widgetcontainer .widgettitle
  {
        padding: 10px 8px;
        background: url("../images/sidebox_stripes.png");
        -moz-border-top-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-top-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-size: 18px;
  }

  .widgetcontainer p
  {
        margin: 0 8px 1em 8px;
  }

  .widgetcontainer p:last-child
  {
        margin: 0 8px;
  }

  .widgetcontainer a
  {
        color: #333;
  }

  .widgetcontainer p a
  {
        text-decoration: underline;
  }

  .widgetcontainer ul
  {
        margin: 0 8px;
        padding: 0;
        list-style-type: none;
  }

  .widgetcontainer ul li
  {
        padding: 6px 0;
        border-bottom: 1px dotted #aea79f;
  }

  .widgetcontainer ul li:last-child
  {
        border: 0;
  }

  #footer
  {
        background: #F7F6F5;
        z-index: 1;
        position: relative;
        color: #aea79f;
        padding: 56px 16px 16px 16px;
  }

  #footer p
  {
        margin: 0;
        font-size: 10px;
        line-height: 14px;
  }

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: firefox 3.6.18+build2+nobinonly-0ubuntu0.10.10.2
  ProcVersionSignature: Ubuntu 2.6.35-30.56-generic 2.6.35.13
  Uname: Linux 2.6.35-30-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  CheckboxSubmission: cb64b1e080956052cc566ace0644743b
  CheckboxSystem: 6ce041aeed0a2c17b3343b66d157175d
  Date: Sat Aug 13 19:58:02 2011
  FirefoxPackages:
   firefox 3.6.18+build2+nobinonly-0ubuntu0.10.10.2
   firefox-gnome-support 3.6.18+build2+nobinonly-0ubuntu0.10.10.2
   firefox-branding 3.6.18+build2+nobinonly-0ubuntu0.10.10.2
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  ProcEnviron:
   LANG=de_DE.utf8
   SHELL=/bin/bash
  SourcePackage: firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/825937/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to