Author: marcus
Date: Fri Jan 27 21:28:33 2017
New Revision: 1780612
URL: http://svn.apache.org/viewvc?rev=1780612&view=rev
Log:
Adjusted height and width of the event box graphic
Modified:
openoffice/ooo-site/trunk/content/msg_prop_l10n.js
Modified: openoffice/ooo-site/trunk/content/msg_prop_l10n.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/msg_prop_l10n.js?rev=1780612&r1=1780611&r2=1780612&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Fri Jan 27 21:28:33 2017
@@ -18,15 +18,15 @@ var l10n = new Object();
//
"true" = Show the box, "false" = Do not show.
l10n.index_event_box_show = true;
// Logo
graphic.
-l10n.index_event_box_graphic_src = "/images/apache_con_2017.png";
+l10n.index_event_box_graphic_src = "images/apache_con_2017.png";
//
Alternative text for the graphic.
l10n.index_event_box_graphic_alt = "ApacheCon North America
2017";
// Make
the graphic clickable with a link.
l10n.index_event_box_graphic_href = "https://apachecon.com/";
// The
height in pixel of the graphic. Leave empty to use the height of the original
graphic.
-l10n.index_event_box_graphic_height = "81";
+l10n.index_event_box_graphic_height = "91";
// The
width in pixel of the graphic. Leave empty to use the width of the original
graphic.
-l10n.index_event_box_graphic_width = "255";
+l10n.index_event_box_graphic_width = "253";
//
Mouse over text for the graphic.
l10n.index_event_box_graphic_title = "";
// Make
the whole box clickable with a link.