Skip to content

Commit

Permalink
Merge branch 'v0.8.1-snapshot'
Browse files Browse the repository at this point in the history
  • Loading branch information
chae-reliatec committed Feb 24, 2020
2 parents 104fb73 + 3bc1c4b commit 9b3091e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

test documentation for LibreClinica 0.8.0 pre-release
test documentation for LibreClinica 0.8.1 pre-release

# LibreClinica test documentation {docsify-ignore}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<packaging>pom</packaging>
<version>0.8.0</version>
<version>0.8.1</version>
<name>LibreClinica</name>
<description>LibreClinica</description>

Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
Binary file modified web/src/main/webapp/images/bt_Remove.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/src/main/webapp/images/bt_Remove_d.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions web/src/main/webapp/includes/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,9 @@ padding-bottom: 3px;
.button_remove {
background-color: var(--lightblue-d20);
border-width: 0px;
background-image: url(../images/bt_Remove.gif);
background-repeat: no-repeat;
background-position: bottom;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 11px;
line-height: 11px;
Expand Down
2 changes: 1 addition & 1 deletion ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 9b3091e

Please sign in to comment.