Changeset 19297 for trunk/wp-includes/functions.php
- Timestamp:
- 11/15/2011 03:47:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r19272 r19297 2852 2852 background: #fff; 2853 2853 color: #333; 2854 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans",sans-serif;2854 font-family: sans-serif; 2855 2855 margin: 2em auto; 2856 width: 700px;2857 2856 padding: 1em 2em; 2858 -webkit-border-radius: 11px;2859 border-radius: 11px;2857 -webkit-border-radius: 3px; 2858 border-radius: 3px; 2860 2859 border: 1px solid #dfdfdf; 2860 max-width: 700px; 2861 2861 } 2862 2862 #error-page { … … 2864 2864 } 2865 2865 #error-page p { 2866 font-size: 1 2px;2867 line-height: 1 8px;2866 font-size: 14px; 2867 line-height: 1.5; 2868 2868 margin: 25px 0 20px; 2869 2869 } … … 2871 2871 font-family: Consolas, Monaco, monospace; 2872 2872 } 2873 ul li { 2874 margin-bottom: 10px; 2875 font-size: 14px ; 2876 } 2877 a { 2878 color: #21759B; 2879 text-decoration: none; 2880 } 2881 a:hover { 2882 color: #D54E21; 2883 } 2873 2884 <?php if ( 'rtl' == $text_direction ) : ?> 2874 body { font-family: Tahoma, arial; }2885 body { font-family: Tahoma, Arial; } 2875 2886 <?php endif; ?> 2876 2887 </style>
Note: See TracChangeset
for help on using the changeset viewer.