Author: mseidel Date: Mon Jan 30 11:37:46 2017 New Revision: 1780898 URL: http://svn.apache.org/viewvc?rev=1780898&view=rev Log: Changed HR from dotted to solid
Modified: openoffice/ooo-site/trunk/content/css/home.css Modified: openoffice/ooo-site/trunk/content/css/home.css URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/css/home.css?rev=1780898&r1=1780897&r2=1780898&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/css/home.css (original) +++ openoffice/ooo-site/trunk/content/css/home.css Mon Jan 30 11:37:46 2017 @@ -36,7 +36,7 @@ #actionstatements li:hover div.action-text:hover a h2 { color: #06338B; } #actionstatements li:hover div.action-text:hover p a, #actionstatements li:hover div.action-text:hover p a:hover, #actionstatements div.action-download:hover #downloadbutton p.options a:hover { color: #0949C1; } #actionstatements li:hover div.action-text:hover a p, #actionstatements li:hover div.action-text:hover a p:hover, #actionstatements div.action-download:hover #downloadbutton p.options a:hover { color: #0949C1; } -#actionstatements hr { display: block; width: 100%; border: none; border-top: 1px solid white; border-bottom: 1px dotted #CCC; margin: 0 0 15px 0; padding: 0; background: #FFF; } +#actionstatements hr { display: block; width: 100%; border: none; border-top: 1px solid white; border-bottom: 1px solid #CCC; margin: 0 0 15px 0; padding: 0; background: #FFF; } #actionstatements div.action-link:hover { background: url(/images/action-link.png) top right no-repeat; margin: 0 5px 0 0; } #actionstatements div.action-expand:hover { background: url(/images/action-expand.png) top right no-repeat; margin: 0 5px 0 0; }