OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * | 8 * |
9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
639 } | 639 } |
640 | 640 |
641 .sidebar-pane.composite .platform-fonts .sidebar-separator { | 641 .sidebar-pane.composite .platform-fonts .sidebar-separator { |
642 border-top: none; | 642 border-top: none; |
643 } | 643 } |
644 | 644 |
645 .sidebar-pane.composite .platform-fonts .stats-section { | 645 .sidebar-pane.composite .platform-fonts .stats-section { |
646 margin-bottom: 5px; | 646 margin-bottom: 5px; |
647 } | 647 } |
648 | 648 |
649 .sidebar-pane.composite .platform-fonts .css-font-value { | |
650 margin-left: 1ex; | |
651 } | |
652 | |
653 .sidebar-pane.composite .platform-fonts .font-stats-item { | 649 .sidebar-pane.composite .platform-fonts .font-stats-item { |
654 padding-left: 1em; | 650 padding-left: 1em; |
655 } | 651 } |
656 | 652 |
657 .sidebar-pane.composite .platform-fonts .font-stats-item .delimeter { | 653 .sidebar-pane.composite .platform-fonts .font-stats-item .delimeter { |
658 margin: 0 1ex 0 1ex; | 654 margin: 0 1ex 0 1ex; |
659 } | 655 } |
660 | 656 |
661 .sidebar-pane.composite .metrics-and-styles .metrics { | 657 .sidebar-pane.composite .metrics-and-styles .metrics { |
662 border-bottom: none; | 658 border-bottom: none; |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
751 | 747 |
752 .crumbs .crumb.selected, .crumbs .crumb.selected:hover { | 748 .crumbs .crumb.selected, .crumbs .crumb.selected:hover { |
753 background-color: rgb(56, 121, 217); | 749 background-color: rgb(56, 121, 217); |
754 color: white; | 750 color: white; |
755 text-shadow: rgba(255, 255, 255, 0.5) 0 0 0; | 751 text-shadow: rgba(255, 255, 255, 0.5) 0 0 0; |
756 } | 752 } |
757 | 753 |
758 .crumbs .crumb:hover { | 754 .crumbs .crumb:hover { |
759 background-color: rgb(216, 216, 216); | 755 background-color: rgb(216, 216, 216); |
760 } | 756 } |
OLD | NEW |