File: example.css

package info (click to toggle)
libjs-jsxc 3.0.0%2Bdfsg3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,880 kB
  • sloc: javascript: 74,254; makefile: 13; sh: 1
file content (28 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
body {
   margin-top: 30px;
}

.logout {
   display: none;
}

#content form .alert {
   display: none;
}

#content h3 {
   border-bottom: 1px solid #e5e5e5;
   margin-bottom: 20px;
}

#content .form {
   min-height: 180px;
}

#content .row:first-child {
   margin-bottom: 30px;
}

#content .col-md-4 > p {
   margin-bottom: 30px;
}