File: style.css

package info (click to toggle)
python-vispy 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,112 kB
  • sloc: python: 61,648; javascript: 6,800; ansic: 2,104; makefile: 141; sh: 6
file content (40 lines) | stat: -rw-r--r-- 755 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
29
30
31
32
33
34
35
36
37
38
39
40
/* Sticky footer styles
-------------------------------------------------- */
/*html {*/
/*  position: relative;*/
/*  min-height: 100%;*/
/*}*/
/*body {*/
/*  !* Margin bottom by footer height *!*/
/*  margin-bottom: 220px;*/
/*}*/

.carousel-caption h1 {
  color: white;
}

/*.footer {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  padding-top: 60px;*/
/*  margin-top:  80px;*/
/*  width: 100%;*/
/*  font-weight: 200;*/

/*  !* Set the fixed height of the footer here *!*/
/*  height: 190px;*/
/*  border: 0;*/
/*  border-top: 1px solid #e9e9e9;*/
/*  background-color: #f9f9f9;*/

/*  color: #fff;*/
/*  background-color: #222222;*/
/*}*/
/*.footer a {*/
/*  color: #fff;*/
/*  font-weight: 700;*/
/*}*/

.jumbotron {
    background-color: #fff;
}