mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-27 02:04:31 -04:00
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;
|
|
} |