File: common.css

package info (click to toggle)
libjs-twitter-bootstrap-datepicker 1.3.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,156 kB
  • ctags: 218
  • sloc: makefile: 134; python: 30
file content (9 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
@import url('http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css');
@import url('../../../css/datepicker.css');

body {
    /* Padding around all elements to allow space for screenshots */
    padding: 10px;
    /* Transparent background for PNG screenshots */
    background: none;
}