From 4c04bb1407ecf0936ba9f3f03b7e87d605389df9 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 21 May 2003 22:16:11 +0000 Subject: [PATCH] Zapping tables. git-svn-id: http://svn.automattic.com/wordpress/trunk@33 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2-include/b2.css | 6 +++ b2options.php | 134 +++++++++++++++++++--------------------------- 2 files changed, 60 insertions(+), 80 deletions(-) diff --git a/b2-include/b2.css b/b2-include/b2.css index c8295cee56..2fa527f7a4 100644 --- a/b2-include/b2.css +++ b/b2-include/b2.css @@ -127,4 +127,10 @@ a.b2menutop:hover { xmp { /* Just in case */ font-size: 10pt; } +.wrap { + width: 85%; + border: 1px solid #ccc; + margin: 20px auto 10px auto; + padding: 10px; +} form { margin: 0; padding: 0; } /* thanks #mozilla */ \ No newline at end of file diff --git a/b2options.php b/b2options.php index b27cd85fca..08247ba44e 100644 --- a/b2options.php +++ b/b2options.php @@ -1,6 +1,5 @@ */ function add_magic_quotes($array) { foreach ($array as $k => $v) { @@ -73,106 +72,82 @@ default:
- - - - - - + + + + + + + + + + + + + + + + +
Show:" size="3"> - + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - -
Show:" size="3"> + -
Archive mode:
Archive mode: -
Time difference: - if you're not on the timezone of your server -
AutoBR: - converts line-breaks into <br /> tags. (note) -
Date format: - (note) -
Time format: - (note) -
  - -
+
Time difference: + if you're not on the timezone of your server
Date format: + (note)
Time format: + (note)
 
- +
-
- - - - About Date & Time formats:
-
- - You can format the date & time in many ways, using the PHP syntax.
- As quoted from the PHP manual, here are the letters you can use:
-
+
+

+About Date & Time formats: +

+

You can format the date & time in many ways, using the PHP syntax.
+ As quoted from the PHP manual, here are the letters you can use:
+

+
The following characters are recognized in the format string:
a - "am" or "pm"
A - "AM" or "PM"
@@ -206,14 +181,13 @@ default:
Unrecognized characters in the format string will be printed as-is.
- For more information and examples, check the PHP manual on this page. - - - + +

For more information and examples, check the PHP manual on this + page.

+
*/ include($b2inc."/b2footer.php") ?> \ No newline at end of file