summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Breton <=>2016-06-17 16:57:30 +0200
committerCorentin Breton <=>2016-06-17 16:57:30 +0200
commit5b79173978de5d02fe131d334b9f3818f7a687b9 (patch)
tree21868fae021a6ebf7af51fbc3f7c73d9eecc4565
parent2c91c6d24fb108f9f2eba63996fe6810350fa9d4 (diff)
downloadmy_old_personal_website-5b79173978de5d02fe131d334b9f3818f7a687b9.tar.xz
my_old_personal_website-5b79173978de5d02fe131d334b9f3818f7a687b9.zip
Correction de la taille de la couleur
-rw-r--r--app.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/app.php b/app.php
index 8d74c0c..db70e33 100644
--- a/app.php
+++ b/app.php
@@ -19,7 +19,7 @@
#code200{
background:#679403;
border-radius:15%;
- height:15px;
+ height:25px;
border:2px solid #679403;
float: left;
margin-right: 5px;
@@ -27,7 +27,7 @@
#code404{
background:#d7c90e;
border-radius:15%;
- height:15px;
+ height:25px;
border:2px solid #d7c90e;
float: left;
margin-right: 5px;
@@ -35,7 +35,7 @@
#code401{
background:#d7570e;
border-radius:15%;
- height:15px;
+ height:25px;
border:2px solid #d7570e;
float: left;
margin-right: 5px;
@@ -43,7 +43,7 @@
#code501{
background:#d7570e;
border-radius:15%;
- height:15px;
+ height:25px;
border:2px solid #d7570e;
float: left;
margin-right: 5px;
@@ -51,7 +51,7 @@
#down{
background:#d70e0e;
border-radius:15%;
- height:15px;
+ height:25px;
border:2px solid #d70e0e;
float: left;
margin-right: 5px;