mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 23:23:42 +01:00
12 lines
142 B
CSS
Executable File
12 lines
142 B
CSS
Executable File
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
table {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.ui-draggable, .ui-droppable {
|
|
background-position: top;
|
|
}
|