Skip to content

Commit aa0a52f

Browse files
committed
convert css indentation to spaces
1 parent 9312fe0 commit aa0a52f

File tree

1 file changed

+82
-82
lines changed

1 file changed

+82
-82
lines changed

docs/stylesheets/styles.css

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ body {
22
padding:10px 50px 0 0;
33
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
44
font-weight: 300;
5-
font-size: 14px;
6-
color: #232323;
7-
background-color: #FBFAF7;
8-
margin: 0;
9-
line-height: 1.8em;
10-
-webkit-font-smoothing: antialiased;
5+
font-size: 14px;
6+
color: #232323;
7+
background-color: #FBFAF7;
8+
margin: 0;
9+
line-height: 1.8em;
10+
-webkit-font-smoothing: antialiased;
1111

1212
}
1313

@@ -21,30 +21,30 @@ p, ul, ol, table, dl {
2121
}
2222

2323
h1, h2, h3 {
24-
font-family: Times, serif;
24+
font-family: Times, serif;
2525
font-weight: 300;
2626
line-height:1.3;
27-
font-weight: normal;
27+
font-weight: normal;
2828
display: block;
2929
border-bottom: 1px solid #ccc;
3030
padding-bottom: 5px;
3131
}
3232

3333
h1 {
34-
font-size: 30px;
34+
font-size: 30px;
3535
}
3636

3737
h2 {
38-
font-size: 24px;
38+
font-size: 24px;
3939
}
4040

4141
h3 {
42-
font-size: 18px;
42+
font-size: 18px;
4343
}
4444

4545
h4, h5, h6 {
46-
font-family: Times, serif;
47-
font-weight: 700;
46+
font-family: Times, serif;
47+
font-weight: 700;
4848
}
4949

5050
a {
@@ -53,15 +53,15 @@ a {
5353
}
5454

5555
a:hover {
56-
text-decoration: underline;
56+
text-decoration: underline;
5757
}
5858

5959
a small {
60-
font-size: 12px;
60+
font-size: 12px;
6161
}
6262

6363
em {
64-
font-style: italic;
64+
font-style: italic;
6565
}
6666

6767
strong {
@@ -85,7 +85,7 @@ blockquote {
8585
}
8686

8787
dl, dt, dd, dl p {
88-
font-color: #444;
88+
font-color: #444;
8989
}
9090

9191
dl dt {
@@ -132,20 +132,20 @@ p img {
132132
/* Code blocks */
133133

134134
code, pre {
135-
font-family: monospace;
135+
font-family: monospace;
136136
color:#000;
137137
font-size:12px;
138138
line-height: 14px;
139139
}
140140

141141
pre {
142-
padding: 6px 12px;
142+
padding: 6px 12px;
143143
background: #FDFEFB;
144144
border-radius:4px;
145145
border:1px solid #D7D8C8;
146146
overflow: auto;
147147
white-space: pre-wrap;
148-
margin-bottom: 16px;
148+
margin-bottom: 16px;
149149
}
150150

151151

@@ -163,16 +163,16 @@ table {
163163

164164
th {
165165
font-family: 'Arvo', Helvetica, Arial, sans-serif;
166-
font-size: 18px;
167-
font-weight: normal;
166+
font-size: 18px;
167+
font-weight: normal;
168168
padding: 10px;
169169
background: #232323;
170170
color: #FDFEFB;
171171
}
172172

173173
td {
174174
padding: 10px;
175-
background: #ccc;
175+
background: #ccc;
176176
}
177177

178178

@@ -185,47 +185,47 @@ td {
185185
/* Header */
186186

187187
header {
188-
background-color: #171717;
189-
color: #FDFDFB;
188+
background-color: #171717;
189+
color: #FDFDFB;
190190
width:170px;
191191
float:left;
192192
position:fixed;
193-
border: 1px solid #000;
194-
-webkit-border-top-right-radius: 4px;
195-
-webkit-border-bottom-right-radius: 4px;
196-
-moz-border-radius-topright: 4px;
197-
-moz-border-radius-bottomright: 4px;
198-
border-top-right-radius: 4px;
199-
border-bottom-right-radius: 4px;
200-
padding: 14px 25px 22px 50px;
201-
margin: 24px 25px 0 0;
202-
-webkit-font-smoothing: antialiased;
193+
border: 1px solid #000;
194+
-webkit-border-top-right-radius: 4px;
195+
-webkit-border-bottom-right-radius: 4px;
196+
-moz-border-radius-topright: 4px;
197+
-moz-border-radius-bottomright: 4px;
198+
border-top-right-radius: 4px;
199+
border-bottom-right-radius: 4px;
200+
padding: 12px 25px 22px 50px;
201+
margin: 24px 25px 0 0;
202+
-webkit-font-smoothing: antialiased;
203203
}
204204

205205
p.header {
206-
font-size: 16px;
206+
font-size: 16px;
207207
}
208208

209209
h1.header {
210-
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
211-
font-size: 30px;
212-
font-weight: 300;
213-
line-height: 1.3em;
214-
border-bottom: none;
215-
margin-top: 0;
210+
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
211+
font-size: 30px;
212+
font-weight: 300;
213+
line-height: 1.3em;
214+
border-bottom: none;
215+
margin-top: 0;
216216
}
217217

218218

219219
h1.header, a.header, a.name, header a{
220-
color: #fff;
220+
color: #fff;
221221
}
222222

223223
a.header {
224-
text-decoration: underline;
224+
text-decoration: underline;
225225
}
226226

227227
a.name {
228-
white-space: nowrap;
228+
white-space: nowrap;
229229
}
230230

231231
header ul {
@@ -234,32 +234,32 @@ header ul {
234234
}
235235

236236
header li {
237-
list-style-type: none;
237+
list-style-type: none;
238238
width:132px;
239239
height:15px;
240-
margin-bottom: 12px;
241-
line-height: 1em;
242-
padding: 6px 6px 6px 7px;
240+
margin-bottom: 12px;
241+
line-height: 1em;
242+
padding: 6px 6px 6px 7px;
243243

244-
background: #AF0011;
245-
background: -moz-linear-gradient(top, #AF0011 0%, #820011 100%);
244+
background: #AF0011;
245+
background: -moz-linear-gradient(top, #AF0011 0%, #820011 100%);
246246
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
247247
background: -webkit-linear-gradient(top, #AF0011 0%,#820011 100%);
248248
background: -o-linear-gradient(top, #AF0011 0%,#820011 100%);
249249
background: -ms-linear-gradient(top, #AF0011 0%,#820011 100%);
250250
background: linear-gradient(top, #AF0011 0%,#820011 100%);
251251

252-
border-radius:4px;
252+
border-radius:4px;
253253
border:1px solid #0D0D0D;
254254

255-
-webkit-box-shadow: inset 0px 1px 1px 0 rgba(233,2,38, 1);
256-
box-shadow: inset 0px 1px 1px 0 rgba(233,2,38, 1);
255+
-webkit-box-shadow: inset 0px 1px 1px 0 rgba(233,2,38, 1);
256+
box-shadow: inset 0px 1px 1px 0 rgba(233,2,38, 1);
257257

258258
}
259259

260260
header li:hover {
261-
background: #C3001D;
262-
background: -moz-linear-gradient(top, #C3001D 0%, #950119 100%);
261+
background: #C3001D;
262+
background: -moz-linear-gradient(top, #C3001D 0%, #950119 100%);
263263
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
264264
background: -webkit-linear-gradient(top, #C3001D 0%,#950119 100%);
265265
background: -o-linear-gradient(top, #C3001D 0%,#950119 100%);
@@ -268,21 +268,21 @@ header li:hover {
268268
}
269269

270270
a.buttons {
271-
-webkit-font-smoothing: antialiased;
272-
background: url(../images/arrow-down.png) no-repeat;
273-
font-weight: normal;
274-
text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
275-
padding: 2px 2px 2px 22px;
276-
height: 30px;
271+
-webkit-font-smoothing: antialiased;
272+
background: url(../images/arrow-down.png) no-repeat;
273+
font-weight: normal;
274+
text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
275+
padding: 2px 2px 2px 22px;
276+
height: 30px;
277277
}
278278

279279
a.github {
280-
background: url(../images/octocat-small.png) no-repeat 1px;
280+
background: url(../images/octocat-small.png) no-repeat 1px;
281281
}
282282

283283
a.buttons:hover {
284-
color: #fff;
285-
text-decoration: none;
284+
color: #fff;
285+
text-decoration: none;
286286
}
287287

288288

@@ -302,7 +302,7 @@ footer {
302302
float:left;
303303
position:fixed;
304304
bottom:10px;
305-
padding-left: 50px;
305+
padding-left: 50px;
306306
}
307307

308308
@media print, screen and (max-width: 960px) {
@@ -318,11 +318,11 @@ footer {
318318
width:auto;
319319
}
320320

321-
footer {
322-
border-top: 1px solid #ccc;
323-
margin:0 84px 0 50px;
324-
padding:0;
325-
}
321+
footer {
322+
border-top: 1px solid #ccc;
323+
margin:0 84px 0 50px;
324+
padding:0;
325+
}
326326

327327
header {
328328
padding-right:320px;
@@ -351,17 +351,17 @@ footer {
351351

352352
header {
353353
padding:10px 20px 0;
354-
margin-right: 0;
354+
margin-right: 0;
355355
}
356356

357-
section {
357+
section {
358358
padding:10px 0 10px 20px;
359359
margin:0 0 30px;
360360
}
361361

362-
footer {
363-
margin: 0 0 0 30px;
364-
}
362+
footer {
363+
margin: 0 0 0 30px;
364+
}
365365

366366
header ul, header p.view {
367367
position:static;
@@ -374,13 +374,13 @@ footer {
374374
display:none;
375375
}
376376

377-
footer {
378-
margin: 0 0 0 20px;
379-
}
377+
footer {
378+
margin: 0 0 0 20px;
379+
}
380380

381-
footer a{
382-
display:block;
383-
}
381+
footer a{
382+
display:block;
383+
}
384384

385385
}
386386

0 commit comments

Comments
 (0)