Add Team functions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
html, body {
|
||||
/*html, body {
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ h1:focus {
|
||||
|
||||
.darker-border-checkbox.form-check-input {
|
||||
border-color: #929292;
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
@media print {
|
||||
@@ -56,20 +56,24 @@ h1:focus {
|
||||
max-width: 1200px;
|
||||
}*/
|
||||
|
||||
main {
|
||||
div.mud-main-content > div {
|
||||
font-size: 11px;
|
||||
margin: 30pt;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
body .sidebar, main > div.top-row {
|
||||
display: none;
|
||||
.no-print {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.nobrk {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
.pagebreak {
|
||||
page-break-after: always;
|
||||
}
|
||||
}
|
||||
|
||||
.ranked-event-column > div:only-child{
|
||||
|
||||
Reference in New Issue
Block a user