davidc Sun Mar 25 18:55:07 2007 UTC
Modified files:
/pearweb/public_html/css manual.css
Log:
- Added text-align left so opera catches it
http://cvs.php.net/viewvc.cgi/pearweb/public_html/css/manual.css?r1=1.6&r2=1.7&diff_format=u
Index: pearweb/public_html/css/manual.css
diff -u pearweb/public_html/css/manual.css:1.6
pearweb/public_html/css/manual.css:1.7
--- pearweb/public_html/css/manual.css:1.6 Thu Mar 22 18:14:16 2007
+++ pearweb/public_html/css/manual.css Sun Mar 25 18:55:07 2007
@@ -111,8 +111,9 @@
color: inherit;
padding: 2px;
margin-top: 4px;
+ text-align: left;
}
.note_handle {
font-weight: bold;
-}
\ No newline at end of file
+}
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|