mirror of
https://github.com/davrot/pytutorial.git
synced 2025-06-08 01:00:03 +02:00
Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
96d766bd20
commit
b311e55288
1 changed files with 12 additions and 1 deletions
|
@ -199,6 +199,8 @@
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
font-size: 1.375rem;
|
font-size: 1.375rem;
|
||||||
color: #00326d
|
color: #00326d
|
||||||
|
font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif;
|
||||||
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
||||||
.darkblue-container {
|
.darkblue-container {
|
||||||
|
@ -226,8 +228,14 @@
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
font-size: 1.375rem;
|
font-size: 1.375rem;
|
||||||
color: #fff
|
color: #fff
|
||||||
|
font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif;
|
||||||
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.darkblue-container .darkblue-bar .darkblue-title .a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 1150px;
|
width: 1150px;
|
||||||
margin: 0 auto; /* This will center the container */
|
margin: 0 auto; /* This will center the container */
|
||||||
|
@ -254,7 +262,10 @@
|
||||||
tr:nth-child(odd) {
|
tr:nth-child(odd) {
|
||||||
background-color: white; /* White for odd rows */
|
background-color: white; /* White for odd rows */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th:empty {
|
||||||
|
display: none; /* This will make an empty header cell vanish */
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue