From 3a4570b0fc8b3d6339bef71d17d7701554e0bbf7 Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 12 Oct 2007 16:21:15 +0000 Subject: Merge with WP 2.3 - testing use only! Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1069 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/css/install.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 wp-admin/css/install.css (limited to 'wp-admin/css/install.css') diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css new file mode 100644 index 0000000..5eb85cd --- /dev/null +++ b/wp-admin/css/install.css @@ -0,0 +1,40 @@ +html { background: #eee; } + +body { + background: #fff; + color: #000; + font-family: Georgia, "Times New Roman", Times, serif; + margin-left: 20%; + margin-right: 20%; + padding: .2em 2em; +} + +h1 { + color: #006; + font-size: 18px; + font-weight: lighter; +} + +h2 { font-size: 16px; } + +p, li, dt { + line-height: 140%; + padding-bottom: 2px; +} + +ul, ol { padding: 5px 5px 5px 20px; } + +#logo { margin-bottom: 2em; } + +.step a, .step input { font-size: 2em; } + +td input { font-size: 1.5em; } + +.step, th { text-align: right; } + +#footer { + text-align: center; + border-top: 1px solid #ccc; + padding-top: 1em; + font-style: italic; +} \ No newline at end of file -- cgit