Changeset 27855
- Timestamp:
- 03/29/2014 11:05:12 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/install.css
r27289 r27855 1 1 html { 2 background: # eee;2 background: #f1f1f1; 3 3 margin: 0 20px; 4 4 } … … 6 6 body { 7 7 background: #fff; 8 color: # 555;8 color: #444; 9 9 font-family: "Open Sans", sans-serif; 10 10 margin: 140px auto 25px; -
trunk/src/wp-includes/functions.php
r27565 r27855 2201 2201 <style type="text/css"> 2202 2202 html { 2203 background: # eee;2203 background: #f1f1f1; 2204 2204 } 2205 2205 body { 2206 2206 background: #fff; 2207 color: # 333;2207 color: #444; 2208 2208 font-family: "Open Sans", sans-serif; 2209 2209 margin: 2em auto;
Note: See TracChangeset
for help on using the changeset viewer.