Skip to content

Commit

Permalink
Merge pull request #167 from AtlasOfLivingAustralia/develop
Browse files Browse the repository at this point in the history
Support for ALA's 2019 style
  • Loading branch information
charvolant authored Jul 16, 2019
2 parents 0a478a4 + e75dacc commit 422d2cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
}

version "1.4.16"
version "1.4.17-SNAPSHOT"
group "au.org.ala.plugins.grails"

apply plugin:"eclipse"
Expand Down
4 changes: 2 additions & 2 deletions grails-app/assets/stylesheets/atlas.css
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down

0 comments on commit 422d2cf

Please sign in to comment.