diff options
author | Joris Guyonvarch | 2015-02-15 13:13:13 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-02-15 13:13:13 +0100 |
commit | 71c8155599ea59cb4acb888843fadfa43c21e2c5 (patch) | |
tree | d838d71eb1d711e77e2e5e8874e15472bf1a35b4 /style.css | |
parent | 65bc73c3ad675dec2f4c630532fe94f7f7a70ac4 (diff) |
Fix contact flash when loading a page
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,9 +1,6 @@ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #FBDEE3; -} - -.headerMenuContent { width: 800px; margin: auto; } @@ -67,6 +64,7 @@ a:hover { .contact { background-color: #EEEEEE; + border-radius: 5px; padding: 30px; text-align: center; color: #555555; |