Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
FIX: updated revision nr to VI, CSS + JS input border color now #444
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaca committed Oct 2, 2013
1 parent 890c27a commit 1636bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/config/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server.backlog = 100

server.accessLog = access_log

server.version = release V
server.version = release VI

# choose 302 or 301 for redirects
# 301 might reduce traffic
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function inputEnable()

function clearError()
{
f.v.style.borderColor = 'black'
f.v.style.borderColor = '#444'
error.innerHTML = ' '
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ input {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #888888;
border: 1px solid #444;
padding: 10px;
background:#eeeeff;
}
Expand Down

0 comments on commit 1636bfe

Please sign in to comment.