diff --git a/themes/bootprint/css/style.css b/themes/bootprint/css/bootprint-custom.css
similarity index 100%
rename from themes/bootprint/css/style.css
rename to themes/bootprint/css/bootprint-custom.css
diff --git a/themes/bootprint/theme.config.php b/themes/bootprint/theme.config.php
index 918d93cc0712f2fdf05bdd2875e54564eef946d2..a716048fabbe5e9e3d892c12702897d7c27dac00 100644
--- a/themes/bootprint/theme.config.php
+++ b/themes/bootprint/theme.config.php
@@ -3,7 +3,7 @@ return array(
     'extends' => 'bootstrap',
     'css' => array(
         'icons.css',
-        'style.css',
+        'bootprint-custom.css',
     ),
     'helpers' => array(
         'factories' => array(
diff --git a/themes/bootstrap/css/styles.css b/themes/bootstrap/css/bootstrap-custom.css
similarity index 100%
rename from themes/bootstrap/css/styles.css
rename to themes/bootstrap/css/bootstrap-custom.css
diff --git a/themes/bootstrap/theme.config.php b/themes/bootstrap/theme.config.php
index 6008195f2b342480eea93dbba77ad7c76d63b2e6..6f344d0b756b77635e192cb83af38a021bf342ad 100644
--- a/themes/bootstrap/theme.config.php
+++ b/themes/bootstrap/theme.config.php
@@ -8,7 +8,7 @@ return array(
         'font-awesome-ie7.min.css',
         'slider.css',
         'screen.css',
-        'styles.css',
+        'bootstrap-custom.css',
         'print.css:print'
     ),
     'js' => array(