Changeset 1067
- Timestamp:
- 12/23/2014 08:51:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/wp4.css
r910 r1067 314 314 } 315 315 316 #wporg-header ul li a.current { 316 #wporg-header ul li a.current, 317 #wporg-header ul li.current-menu-item a { 317 318 color: #2faadd; 318 319 } … … 498 499 } 499 500 501 #wporg-header ul li.current-menu-item:after { 502 content: ''; 503 position: absolute; 504 left: 50%; 505 width: 0; 506 height: 0; 507 border-left: 9px solid transparent; 508 border-right: 9px solid transparent; 509 border-bottom: 9px solid #f7f7f7; 510 margin: -8px 0 0 -9px; 511 } 512 500 513 #wporg-header ul li:hover .nav-submenu ~ .uparrow, #wporg-header ul li .nav-submenu:hover ~ .uparrow { 501 514 width: 0; … … 562 575 563 576 564 #home-below .wrapper .col-2, #home-below .wrapper .col-4 {565 max-width: 100%; 577 #home-below .wrapper .col-2, #home-below .wrapper .col-4 { 578 max-width: 100%; 566 579 } 567 580 568 581 #home-below { 569 max-width: 100%; 582 max-width: 100%; 570 583 width: auto; 571 584 } … … 1324 1337 1325 1338 #books.mobile img { 1326 border:none; 1339 border:none; 1327 1340 } 1328 1341 … … 1641 1654 1642 1655 #lang-guess { 1643 width: 93%; 1644 max-width: 932px; 1656 width: 93%; 1657 max-width: 932px; 1645 1658 margin: 22px auto 0; 1646 1659 background: #fffbcc;
Note: See TracChangeset
for help on using the changeset viewer.