diff options
author | Corentin Breton <thibeauG@atc-it.fr> | 2016-06-06 15:52:10 +0200 |
---|---|---|
committer | Corentin Breton <thibeauG@atc-it.fr> | 2016-06-06 15:52:10 +0200 |
commit | 8aecdf25f2680e30405b6777959f04b41c3da410 (patch) | |
tree | 7c5fd143abb53c47aaa0493d5f7c35cf602b7345 /ressources | |
parent | 2d6bbf5bc174f32a3113d840264c5a79b47645b2 (diff) | |
download | my_old_personal_website-8aecdf25f2680e30405b6777959f04b41c3da410.tar.xz my_old_personal_website-8aecdf25f2680e30405b6777959f04b41c3da410.zip |
Mise a jour du design des boutons de A propos
Diffstat (limited to '')
-rwxr-xr-x | ressources/styles/default.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ressources/styles/default.css b/ressources/styles/default.css index a755860..221c69f 100755 --- a/ressources/styles/default.css +++ b/ressources/styles/default.css @@ -113,6 +113,16 @@ box-shadow: box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); } +.zone_boutons { + text-align: center; +} + +.zone_boutons-bouton { + margin-left: 2%; + margin-right: 2%; + display: inline; +} + .articleT { background-color: #1A1717; color: #ffffff; |