diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb5752030f91bcb24e667ed632d825c55bf5f0dd..d909de74a69ea804e87f2c30a9e4c7e2be36e00d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -587,7 +587,7 @@ This is the last Bootstrap-3 compatible release.
 
 ### Removed
 
-* Removed non-informative tests for weblinkahead.css
+* Removed non-informative tests for webcaosdb.css
 * Hard-coded image and video preview in the entity panel. The preview of images
   and videos is controlled by the `ext_bottom_line` module now.
 
diff --git a/src/core/css/weblinkahead.css b/src/core/css/webcaosdb.css
similarity index 100%
rename from src/core/css/weblinkahead.css
rename to src/core/css/webcaosdb.css
diff --git a/src/core/html/imprint.html b/src/core/html/imprint.html
index 721d5705c79581ff5433b2620394aecd6fdd7d41..e3c18f7b79341dd4119da7356051c8c09c35bbea 100644
--- a/src/core/html/imprint.html
+++ b/src/core/html/imprint.html
@@ -7,7 +7,7 @@
     <script src="/webinterface/${BUILD_NUMBER}/js/footer.js"></script>
 
     <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/bootstrap.css">
-    <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/weblinkahead.css">
+    <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/webcaosdb.css">
     <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/dropzone.css">
     <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/tour.css">
     <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/leaflet.css">
diff --git a/src/core/xsl/main.xsl b/src/core/xsl/main.xsl
index 7b3dd1ccfe741c00079a98f83da6c58c7894926b..0451fe5289e08b03853f6bb20d3351b7412647e0 100644
--- a/src/core/xsl/main.xsl
+++ b/src/core/xsl/main.xsl
@@ -52,7 +52,7 @@
     <xsl:element name="link">
       <xsl:attribute name="rel">stylesheet</xsl:attribute>
       <xsl:attribute name="href">
-        <xsl:value-of select="concat($basepath,'webinterface/${BUILD_NUMBER}/css/weblinkahead.css')"/>
+        <xsl:value-of select="concat($basepath,'webinterface/${BUILD_NUMBER}/css/webcaosdb.css')"/>
       </xsl:attribute>
     </xsl:element>
     <xsl:element name="link">
diff --git a/test/core/index.html b/test/core/index.html
index 4bcb1e125aa0543dfedb8c5d7ac12ca0e383eb50..bab42e265122c9a065f4840cb0a62919b3b18084 100644
--- a/test/core/index.html
+++ b/test/core/index.html
@@ -26,7 +26,7 @@
     <meta charset="utf-8" />
     <title>WebLinkAhead Unit Tests</title>
     <link rel="stylesheet" href="css/qunit.css" />
-    <link rel="stylesheet" href="css/weblinkahead.css" />
+    <link rel="stylesheet" href="css/webcaosdb.css" />
     <link rel="stylesheet" href="css/leaflet.css" />
   </head>
   <body>