Author: marcus Date: Sun Jul 21 19:12:11 2013 New Revision: 1505447 URL: http://svn.apache.org/r1505447 Log: Fixed URLs as absolute path, then it is easier for local debugging
Modified: openoffice/ooo-site/trunk/content/home.css Modified: openoffice/ooo-site/trunk/content/home.css URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/home.css?rev=1505447&r1=1505446&r2=1505447&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/home.css (original) +++ openoffice/ooo-site/trunk/content/home.css Sun Jul 21 19:12:11 2013 @@ -9,8 +9,6 @@ #actionstatements p { margin: 5px 0px 5px 60px; padding: 0px; line-height: 150%; color: #999; font-size: .8em; } #actionstatements p a { color: #555; } -http://www.openoffice.org - #actionstatements ul { margin: 0; padding: 0; } #actionstatements li { margin: 0; padding: 0; list-style: none; background: url(http://www.openoffice.org/images/action-bg.png) no-repeat; } #actionstatements li:hover { background: url(http://www.openoffice.org/images/action-bg.png) #E8F0FD repeat-x; }