Compare commits
No commits in common. "5e19d170c3a9b2fd66292b6cd2dd0f6f2a5861c1" and "2177d03435ea3a0f67690c41b877427acc5da40b" have entirely different histories.
5e19d170c3
...
2177d03435
6 changed files with 0 additions and 40 deletions
|
@ -50,11 +50,3 @@ th {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table_magasin{
|
|
||||||
width: 150px;
|
|
||||||
padding: 12px;
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
}
|
|
|
@ -48,10 +48,3 @@ td, th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: 1px solid #ecf0f1;
|
border: 1px solid #ecf0f1;
|
||||||
}
|
}
|
||||||
table.table_magasin{
|
|
||||||
width: 150px;
|
|
||||||
padding: 12px;
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
}
|
|
|
@ -40,10 +40,3 @@ td, th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
table.table_magasin{
|
|
||||||
width: 150px;
|
|
||||||
padding: 12px;
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
}
|
|
|
@ -49,10 +49,3 @@ td, th {
|
||||||
border: 1px solid #ff9900;
|
border: 1px solid #ff9900;
|
||||||
|
|
||||||
}
|
}
|
||||||
table.table_magasin{
|
|
||||||
width: 150px;
|
|
||||||
padding: 12px;
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
}
|
|
|
@ -64,11 +64,6 @@ th {
|
||||||
table tr:hover {
|
table tr:hover {
|
||||||
background-color: #f1f1f1;
|
background-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
table.table_magasin{
|
|
||||||
width: 150px;
|
|
||||||
padding: 12px;
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
|
|
||||||
video{
|
video{
|
||||||
|
|
|
@ -82,10 +82,4 @@ table tr:hover {
|
||||||
background-color: #b61212;
|
background-color: #b61212;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table_magasin{
|
|
||||||
width: 150px;
|
|
||||||
padding: 12px;
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue