add bootstrap.min.css, add navigation bar template
This commit is contained in:
parent
568395de2a
commit
accad708cc
7
coinmanager/coinc/static/coinc/bootstrap.min.css
vendored
Normal file
7
coinmanager/coinc/static/coinc/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -20,22 +20,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 10px;
|
|
||||||
border: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
font-family: Open Sans;
|
|
||||||
}
|
|
||||||
|
|
||||||
a, a:visited, a:active {
|
|
||||||
text-decoration: none;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin: 0px 0px 30px 0px;
|
margin-top: 30px;
|
||||||
border: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
@ -49,7 +35,7 @@ table > thead > tr > td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table > tbody > tr > td {
|
table > tbody > tr > td {
|
||||||
border: 1px solid black;
|
border: 1px solid gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
table > tbody > tr:nth-of-type(odd) { background: white; }
|
table > tbody > tr:nth-of-type(odd) { background: white; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user