Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenOlat
Certibot
Commits
1a127fda
Verified
Commit
1a127fda
authored
Jun 25, 2021
by
Raphael Fetzer
👷
Browse files
Nicht benötigtes CSS entfernt
parent
9ed07193
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/zertifikat.js
View file @
1a127fda
...
...
@@ -117,20 +117,9 @@ function BuildZIP() {
table.paging thead td, table.paging tfoot td {
\n\
height: .5em;
\n\
}
\n\
}
\n\
\n\
footer {
\n\
width: 100%; height: .5em;
\n\
}
\n\
\n\
@media print {
\n\
footer {
\n\
position: fixed;
\n\
table {
\n\
width: 100%;
\n\
}
\n\
}
\n\
\n\
table {
\n\
width: 100%;
\n\
}
"
;
switch
(
document
.
getElementById
(
"
design
"
).
value
)
{
...
...
@@ -142,10 +131,6 @@ function BuildZIP() {
background-color: #eaf3ff;
\n\
font-family: Courier;
\n\
font-size: 90%;
\n\
}
\n\
\n\
.footer {
\n\
bottom: 2cm;
\n\
}
"
;
break
;
case
"
papier
"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment