mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-02 09:27:45 -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;
|
||
|
}
|