Changeset 5845
- Timestamp:
- 08/29/2017 08:33:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
r4222 r5845 2506 2506 } 2507 2507 2508 .menu-footer-container { 2508 .menu-footer-container, 2509 #footer div.menu { 2509 2510 float: left; 2510 2511 line-height: 4em; … … 2514 2515 } 2515 2516 2516 .menu-footer-container li { 2517 .menu-footer-container li, 2518 #footer div.menu li { 2517 2519 display: inline-block; 2518 2520 margin: 0 10px; 2519 2521 } 2520 2522 2521 .menu-footer-container li:last-of-type:after { 2523 .menu-footer-container li:last-of-type:after, 2524 #footer div.menu li:last-of-type:after { 2522 2525 content: none; 2523 2526 } 2524 2527 2525 .menu-footer-container a { 2528 .menu-footer-container a, 2529 #footer div.menu a { 2526 2530 color: #6d6d6d; 2527 2531 } 2528 2532 2529 .menu-footer-container a:hover { 2533 .menu-footer-container a:hover, 2534 #footer div.menu a:hover { 2530 2535 color: #21759b; 2531 2536 }
Note: See TracChangeset
for help on using the changeset viewer.