blob: 3c36b7437f70c8edc14c984b1fd8c87ee8fc72d2 (
plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
body {
padding-top: 60px;
padding-bottom: 30px;
}
.navbar .nav > li > a {
color: #ccc;
}
.nav i {
opacity: 0.4;
}
.nav a:hover i {
opacity: 1;
}
.tooltip-inner {
max-width: 500px;
}
.alert a {
font-weight: bold;
text-decoration: underline;
}
.alert p {
margin: 0;
}
.hero-unit, .thumbnail {
background-color: #e3e3e3;
}
.hero-unit h1, .hero-unit p {
text-align: center;
margin-bottom: 15px;
}
#social {
margin-top: 45px;
}
.twitter-follow-button {
width: 160px !important;
}
.about {
margin-top: 50px;
}
.about h3 {
margin: 0 0 5px 35px;
}
.about img {
float: left;
opacity: 0.8;
}
#swatches {
margin: 45px 0 30px 0;
padding-right: 20px;
text-align: center;
}
.thumbnail {
max-width: 300px;
}
.thumbnail img {
border: 1px solid #DDD;
width: 290px;
height: 200px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.thumbnail .btn-toolbar {
text-align: right;
}
|