add link to wrapbootstrap
[bootswatch] / css / bootswatch.css
1 body {
2   padding-top: 60px;
3   padding-bottom: 30px;
4 }
5
6 .navbar .nav > li > a {
7         color: #ccc;
8 }
9
10 .nav i {
11         opacity: 0.4;
12 }
13
14 .nav a:hover i {
15         opacity: 1;
16 }
17
18 .tooltip-inner {
19         max-width: 500px;
20 }
21           
22 .alert a {
23         font-weight: bold;
24         text-decoration: underline;
25 }
26                 
27 .alert p {
28         margin: 0;
29 }
30           
31 .hero-unit, .thumbnail {
32   background-color: #e3e3e3;
33 }
34           
35 .hero-unit h1, .hero-unit p {
36   text-align: center;
37   margin-bottom: 15px;
38 }
39           
40 #social {
41   margin-top: 45px;
42 }
43           
44 .twitter-follow-button {
45   width: 160px !important;
46 }
47           
48 .about {
49   margin-top: 50px;
50 }
51           
52 .about h3 {
53   margin: 0 0 5px 35px;
54 }
55           
56 .about img {
57   float: left;
58   opacity: 0.8;
59 }
60           
61 #swatches {
62   margin: 45px 0 30px 0;
63   padding-right: 20px;
64   text-align: center;
65 }
66           
67 .thumbnail {
68   max-width: 300px;
69 }
70           
71 .thumbnail img {
72   border: 1px solid #DDD;
73   width: 290px;
74   height: 200px;
75   -webkit-border-radius: 6px;
76      -moz-border-radius: 6px;
77           border-radius: 6px;
78 }
79           
80 .thumbnail .btn-toolbar {
81   text-align: right;
82 }
83