diff --git a/Customers/Customers.master b/Customers/Customers.master index 8a16cc5..d1d11d2 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -65,8 +65,7 @@ - - + @@ -287,23 +286,45 @@
-
+ + + + + + diff --git a/Customers/Rechnungen.aspx b/Customers/Rechnungen.aspx index 89b2954..2617a76 100644 --- a/Customers/Rechnungen.aspx +++ b/Customers/Rechnungen.aspx @@ -119,9 +119,9 @@ font-size: 16px; } .stretched-link{ - background-color: #fff; - color: #043381; - } + background-color: #fff; + color: #043381; + } diff --git a/Customers/Hauptseite.aspx b/Customers/Welcome.aspx similarity index 82% rename from Customers/Hauptseite.aspx rename to Customers/Welcome.aspx index 5d1d8cd..daa8a5f 100644 --- a/Customers/Hauptseite.aspx +++ b/Customers/Welcome.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Hauptseite.aspx.vb" Inherits="Customers_Default" %> +<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Welcome.aspx.vb" Inherits="Customers_Default" %> diff --git a/Customers/Hauptseite.aspx.vb b/Customers/Welcome.aspx.vb similarity index 100% rename from Customers/Hauptseite.aspx.vb rename to Customers/Welcome.aspx.vb