Ticket #1282: meta-1282.patch
File meta-1282.patch, 2.1 KB (added by , 10 years ago) |
---|
-
trunk/browsehappy.com/public_html/style.css
70 70 *font-size: small; 71 71 background: #2b4141; 72 72 color: #3F4B4B; 73 min-width: 960px;74 73 } 75 74 76 75 #body-wrap { … … 79 78 80 79 header, #main, footer { 81 80 width: 100%; 82 min-width: 960px;83 81 } 84 82 85 83 .wrap:before, .wrap:after { … … 95 93 96 94 .wrap { 97 95 zoom: 1; 98 width: 960px;96 max-width: 960px; 99 97 margin: 0 auto; 100 98 } 101 99 … … 119 117 } 120 118 121 119 #i18n-alert p { 122 width: 960px;123 120 margin: 0 auto; 124 121 display: block; 125 122 color: #efefef; … … 152 149 } 153 150 154 151 .wf-leaguegothic1leaguegothic2-n4-active header h1 { 155 font-size: 14 91%;152 font-size: 1400%; 156 153 font-family: "league-gothic-1","league-gothic-2"; 157 154 } 158 155 … … 277 274 #browserlist li .icon { 278 275 width: 125px; 279 276 height: 135px; 280 margin: 0 auto 20px;277 margin: 20px auto; 281 278 background: url(imgs/browsehappy-sprite.png) no-repeat; 282 279 } 283 280 … … 356 353 357 354 #browserlist li a:link, #browserlist li a:visited { 358 355 color: #324B4B; 359 padding: 30px 10px10px;356 padding: 10px; 360 357 display: block; 361 358 overflow: hidden; 362 359 -webkit-border-radius: 3px; … … 465 462 } 466 463 467 464 #about { 468 width: 60 0px;465 width: 60%; 469 466 float: left; 470 467 margin-left: 15px; 471 468 } 472 469 473 470 #share { 474 width: 30 0px;471 width: 30%; 475 472 float: right; 476 473 margin-right: 15px; 477 474 position: relative; 478 475 } 479 476 480 #share h2 {481 margin-right: 84px;482 }483 484 #share nav {485 width: 84px;486 height: 32px;487 overflow: hidden;488 position: absolute;489 top: 3px;490 right: 0;491 }492 493 477 #share nav li { 494 478 width: 32px; 495 479 height: 32px; 496 480 float: left; 497 margin- left: 9px;481 margin-right: 9px; 498 482 } 499 483 500 484 #share nav li a { … … 527 511 } 528 512 529 513 #byline { 530 position: absolute; 531 bottom: 0; 532 right: 15px; 533 width: 300px; 534 height: 20px; 514 clear: both; 515 margin: 0 auto; 516 padding-top: 10px; 535 517 } 536 518 537 519 #byline a { 538 520 width: 300px; 539 521 height: 20px; 522 margin: 0 auto; 540 523 display: block; 541 524 background: url(imgs/browsehappy-sprite.png) no-repeat 0 -135px; 542 525 text-indent: -9999px;