mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-19 13:29:13 -04:00
d10cef400e
- Phil Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
10 lines
168 B
CSS
10 lines
168 B
CSS
body {
|
|
font: 12px/16px Arial, Helvetica, sans-serif;
|
|
}
|
|
#fileQueue {
|
|
width: 400px;
|
|
height: 300px;
|
|
overflow: auto;
|
|
border: 1px solid #E5E5E5;
|
|
margin-bottom: 10px;
|
|
} |