You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/15 15:12:05 UTC

svn commit: r1338686 - /httpd/site/trunk/content/css/apsite.css

Author: humbedooh
Date: Tue May 15 13:12:04 2012
New Revision: 1338686

URL: http://svn.apache.org/viewvc?rev=1338686&view=rev
Log:
Adding rounded corners to headlines

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=1338686&r1=1338685&r2=1338686&view=diff
==============================================================================
--- httpd/site/trunk/content/css/apsite.css (original)
+++ httpd/site/trunk/content/css/apsite.css Tue May 15 13:12:04 2012
@@ -248,6 +248,8 @@ div#quickview code.directive a:active {
     text-decoration: none;
     font-size: 16px;
     font-weight: bold;
+    -moz-border-radius: 5px;
+    border-radius: 5px;
 }
 
 h1 span { display: block; float: right; text-align: right }