blob: 5c703af3e47e5e544aa459d65e7e5a6d0b9bf16a [file] [log] [blame]
Dean Troyer54b97322014-06-20 17:53:55 -05001
2a.brand {
3 background: url(../images/small_logo.png) no-repeat left 6px;
4 width: 166px;
5 text-indent: -9999px;
6}
7
8code {
9 background-color: #ffffff;
10}
11
12#home .hero-unit {
13 background: url(../images/header_bg.png) top left repeat-x;
14 color: #fff;
15 padding-left: 25px;
16 padding-right: 25px;
17 height: 161px;
18}
19
20#home .hero-unit {
21 margin-right: ;
22}
23
24h1#main_header {
25 background: url(../images/logo.png) top left no-repeat;
26 text-indent: -9999px;
27}
28
29.sub_header {
30 font-size: 12px;
31 font-family: "anivers";
32 font-weight: normal;
33 width: 420px;
34}
35
36#home .hero-unit a {
37 color: #fff;
38 text-decoration: underline;
39}
40
41.clear {
42 clear: both;
43}
44
45ol#getting_started {
46 list-style: none;
47 width: 396px;
48 margin-top: -45px;
49 margin-right: 0;
50 margin-left: 72px;
51}
52
53ol#getting_started li {
54 background: url(../images/quickstart.png) top left no-repeat;
55}
56
57ol#getting_started li pre {
58 font-size: 11px;
59 padding: 5px;
60 background: #4d7ead;
61 border-color: #2c5d8d;
62 color: #fff;
63 overflow: auto;
64}
65
66li#ubuntu {
67 height: 46px;
68 padding: ;
69 padding-left: 82px;
70 padding-top: 27px;
71 margin-bottom: 14px;
72}
73
74li#github {
75 background-position: left -70px !important;
76 height: 61px;
77 padding: ;
78 padding-left: 82px;
79 padding-top: 4px;
80 margin-bottom: 25px;
81}
82
83
84li#install {
85 background-position: left bottom !important;
86 height: 61px;
87 padding: ;
88 padding-left: 82px;
89 padding-top: 4px;
90 margin-bottom: 25px;
91}
92
93h2 small {
94 font-size: 12px;
95 font-style: italic;
96}
97
98.container section {
99 margin-bottom: 25px;
100}
101
102
103thead, tfoot{
104 background: #ededed;
105 color: #444444;
106}
107
108table {
109 color: #444;
110}
111a.table-action {
112 display: block;
113 width: 45px;
114}
115
116footer {
117 clear: both;
118}
119
120.wat {
121 margin-top: 33px;
122}