mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-30 07:59:50 -08:00
10 lines
338 B
CSS
10 lines
338 B
CSS
@import url('http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css');
|
|
@import url('../../../dist/css/bootstrap-datepicker.min.css');
|
|
|
|
body {
|
|
/* Padding around all elements to allow space for screenshots */
|
|
padding: 10px;
|
|
/* Transparent background for PNG screenshots */
|
|
background: none;
|
|
}
|