diff --git a/.travis.yml b/.travis.yml
index 38b1592..4992a3e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ sudo: false
 branches:
   only:
   - master
+  - develop
 before_cache:
   - rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock
   - rm -fr $HOME/.gradle/caches/*/plugin-resolution/
diff --git a/build.gradle b/build.gradle
index ed60b94..f205c00 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,7 @@ buildscript {
     }
 }
 
-version "1.4.16"
+version "1.4.17-SNAPSHOT"
 group "au.org.ala.plugins.grails"
 
 apply plugin:"eclipse"
diff --git a/grails-app/assets/stylesheets/atlas.css b/grails-app/assets/stylesheets/atlas.css
index 6fe80f3..adf1c2c 100755
--- a/grails-app/assets/stylesheets/atlas.css
+++ b/grails-app/assets/stylesheets/atlas.css
@@ -1,13 +1,13 @@
 /* Page */
 .main-content {margin-bottom: 80px;}
 
-#main-content.panel-body {padding-left:0px; padding-right:0px; }
+#main-content.panel-body {padding-left:0px; padding-right:0px; box-shadow: none;}
 
 /* Typography */
 h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {margin-top: 0;}
 
 /* Tabs */
-.tab-content {border: 1px solid #999; border-top: 0; border-bottom:0; }
+.tab-content {border: 1px solid #999; border-top: 0; }
 .tab-pane {padding: 20px;}
 
 /* Panels */