Add routing basics

Add jquery
This commit is contained in:
2019-05-21 19:37:11 +05:30
parent 17f8fd3500
commit 4f01ee8cb8
7 changed files with 74 additions and 12 deletions

View File

@@ -83,6 +83,22 @@ body{
margin-top:0.5rem;
}
table#files-details{
width:100%;
}
table{
border-collapse: collapse;
}
table tr{
border-bottom: 1px #c5c0c0 solid;
}
table td{
padding:0.25em;
}
tbody tr:last-child{
border:0;
}
.box-shadow-1{
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);