diff options
author | Joris Guyonvarch | 2015-02-18 00:16:31 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-02-18 00:16:31 +0100 |
commit | 45ca698ea09deb76c1dba13995fd22504900ae68 (patch) | |
tree | 15007ab878ec23b423790fe4321e4d9212a7021b /style.css | |
parent | ed1c7969bdaa0adac6f780894ced142fdfc470ba (diff) |
Putting back contact to static page
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,8 @@ body { #content { margin-top: 120px; background-color: white; - border-radius: 5px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; padding: 50px 80px 30px; } @@ -92,7 +93,6 @@ strong { .contact { background-color: #EEEEEE; - border-radius: 5px; padding: 30px; text-align: center; color: #555555; |