2 changed files with
3 additions and
2 deletions
|
|
@ -3,7 +3,6 @@ table {
|
|
|
|
border-radius:3px;
|
|
|
|
border-radius:3px;
|
|
|
|
background:$secondary;
|
|
|
|
background:$secondary;
|
|
|
|
padding:0;
|
|
|
|
padding:0;
|
|
|
|
margin:0 2em 2em 0;
|
|
|
|
|
|
|
|
clear:both;
|
|
|
|
clear:both;
|
|
|
|
|
|
|
|
|
|
|
|
thead {
|
|
|
|
thead {
|
|
|
|
|
|
@ -18,6 +18,7 @@
|
|
|
|
table {
|
|
|
|
table {
|
|
|
|
float:none;
|
|
|
|
float:none;
|
|
|
|
width:100%;
|
|
|
|
width:100%;
|
|
|
|
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -40,8 +41,9 @@
|
|
|
|
border-radius:8px;
|
|
|
|
border-radius:8px;
|
|
|
|
|
|
|
|
|
|
|
|
table {
|
|
|
|
table {
|
|
|
|
float:left;
|
|
|
|
float:right;
|
|
|
|
width:45%;
|
|
|
|
width:45%;
|
|
|
|
|
|
|
|
margin:0 0 2em 2em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|