diff options
author | frlan <frank@frank.uvena.de> | 2011-05-31 20:07:54 (GMT) |
---|---|---|
committer | frlan <frank@frank.uvena.de> | 2011-05-31 20:25:51 (GMT) |
commit | 7a358421da5df56051eb4251a459de397b406c6a (patch) | |
tree | 621dc6c7b6c3b1a20f9202ed65cb10f263b6f81b /files | |
parent | 62ba9bc06c40adfb729c1b415bef523e7a52076f (diff) |
Minimal update of splash css for bottons on mouse hover
Diffstat (limited to 'files')
-rw-r--r-- | files/www/ffj.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/files/www/ffj.css b/files/www/ffj.css index ca45dde..362118c 100644 --- a/files/www/ffj.css +++ b/files/www/ffj.css @@ -4,7 +4,7 @@ text-align: center; } div#maincontent{ margin-left: auto; - margin-right: auto; +margin-right: auto; width: 600px; font-family: Arial, Verdana, sans-serif; font-size: 12pt; @@ -40,8 +40,10 @@ border-radius: 5px; -webkit-border-radius: 5px; } input.button:hover { -border: 1px solid black; background-color: grey; +border-color:white black black white; +border-style:solid; +border-width:1px; } div#logo { height: 125px; |