
humbedooh at apache
May 7, 2012, 8:49 AM
Post #1 of 1
(30 views)
Permalink
|
|
svn commit: r1335076 - /httpd/site/trunk/content/css/apsite.css
|
|
Author: humbedooh Date: Mon May 7 15:49:37 2012 New Revision: 1335076 URL: http://svn.apache.org/viewvc?rev=1335076&view=rev Log: Add a top/bottom margin for tables, so they don't glue to headlines like...glue Modified: httpd/site/trunk/content/css/apsite.css Modified: httpd/site/trunk/content/css/apsite.css URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/css/apsite.css?rev=1335076&r1=1335075&r2=1335076&view=diff ============================================================================== --- httpd/site/trunk/content/css/apsite.css (original) +++ httpd/site/trunk/content/css/apsite.css Mon May 7 15:49:37 2012 @@ -95,6 +95,11 @@ div#apcontents { float: right; } +#apcontents table { + margin-top: 15px; + margin-bottom: 15px; + } + /* fixup IE & Opera * otherwise they forget to inherit * the computed font-size value
|