Respostas no Fórum

Visualizando 1 resposta (de um total de 1)
  • geralmente eu altero o height no body como está no seu css.

    /*————————————————*/
    /*—————–[BASIC STYLES]—————–*/
    /*————————————————*/

    body { line-height: 18px; font-family: ‘Droid Sans’, Arial, Verdana, sans-serif; font-size: 12px; color: #232323; background: url(images/body-bg.png); }

    a { text-decoration: none; color: #00b7f3; }
    a:hover { text-decoration: underline; }
    .clear { clear: both; }
    .ui-tabs-hide { display: none; }
    br.clear { margin: 0px; padding: 0px; }

    h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #3d3d3d; letter-spacing: -1px; line-height: 1em; font-weight: normal; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #808080; }
    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }
    p { padding-bottom: 10px; line-height: 18px; }
    strong { font-weight: bold; color: #1c1c1c; }
    cite, em, i { font-style: italic; }
    pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
    ins { text-decoration: none; }
    sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
    sup { bottom: 0.8em; }
    sub { top: 0.3em; }
    dl { margin: 0 0 1.5em 0; }
    dl dt { font-weight: bold; }
    dd { margin-left: 1.5em;}
    blockquote { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
    blockquote p { padding-bottom: 0px; }

    input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
    input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
    input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
    textarea { padding: 4px; }

    img#about-image { float: left; margin: 3px 8px 8px 0px; }

    .clearfix:after { visibility: hidden; display: block; font-size: 0; content: ” “; clear: both; height: 0; }
    * html .clearfix { zoom: 1; } /* IE6 */
    *:first-child+html .clearfix { zoom: 1; } /* IE7 */

Visualizando 1 resposta (de um total de 1)