commit 07

This commit is contained in:
gauthiier
2015-07-10 14:48:57 +02:00
parent feed4c7f36
commit 49787cdfd7
4 changed files with 9383 additions and 102 deletions
+15 -4
View File
@@ -10,8 +10,7 @@ body {
float: left;
margin: 1em;
width: 20em;
background-color: #eeeeff;
border-radius: 6px;
background-color: #eeeeee;
}
.card {
@@ -20,8 +19,7 @@ body {
display: inline;
margin: 1em;
width: 20em;
background-color: #eeeeee;
border-radius: 6px;
background-color: #eeeeee;
}
.card:hover {
@@ -40,4 +38,17 @@ table {
width: 100%;
}
a.button {
margin: 0.3em;
text-align: center;
font-size: 0.8em;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color: initial;
width: 100px;
height: 20px;
}