From 9205580d0636d2b55e77cad60bec0fece47b6696 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 18 Mar 2016 19:26:47 +0100 Subject: Change company title ..and adapt width accordingly --- style/style.css | 2 +- xsl/layout.xsl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/style/style.css b/style/style.css index 62eb969..9032c7e 100644 --- a/style/style.css +++ b/style/style.css @@ -99,7 +99,7 @@ label { } #header, #navi, #container { - width: 778px; + width: 1040px; margin: 0 auto; } diff --git a/xsl/layout.xsl b/xsl/layout.xsl index e8183be..980fd4a 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -10,7 +10,7 @@ - <xsl:text><![CDATA[Beratung & Controlling - Angelika Franzke - ]]></xsl:text> + <xsl:text><![CDATA[Unternehmensberatung & Controlling - Angelika Franzke - ]]></xsl:text> <xsl:value-of select="$title"/> @@ -22,7 +22,7 @@