File: fasttext.css

package info (click to toggle)
fasttext 0.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,800 kB
  • sloc: javascript: 10,266; cpp: 5,458; python: 2,425; sh: 616; makefile: 102; xml: 81; perl: 43
file content (48 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (4)
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
41
42
43
44
45
46
47
48
.mainContainer .wrapper a {
  text-decoration: initial;
}

div.productShowcaseSection {
  padding-top: 20px;
  padding-bottom: 20px;
}

.productShowcaseSection .indexUsers a {
    max-width: 300px;
    padding: 0 15 0 15;
}

.productShowcaseSection h2 {
  margin-bottom: 10px;
}

.productShowcaseSection div.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.productShowcaseSection div.blockElement {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.descriptionSection {
  padding-top: 20px;
  padding-bottom: 40px;
}

.descriptionSection p {
  text-align: left;
  margin-left: 21.5%;
  margin-right: 21.5%;
}

.descriptionSection .container h2 {
  font-size: 30px;
}

.descriptionSection .blockImage {
	  margin-top: 7%;
}