5
5
/* Page */
6
6
body , .jqm-demos {
7
7
background-color : # fefefe ;
8
+ font-size : 1.05em ;
8
9
}
9
10
10
11
/* Header */
@@ -271,7 +272,7 @@ body, .jqm-demos {
271
272
font-family : 'Open Sans' , sans-serif;
272
273
font-weight : 300 ;
273
274
font-size : 2.4em ;
274
- color : # 555 ;
275
+ color : # 333 ;
275
276
clear : both;
276
277
}
277
278
.jqm-faq .jqm-content > h1 {
@@ -285,7 +286,7 @@ body, .jqm-demos {
285
286
font-family : 'Open Sans' , sans-serif;
286
287
font-weight : 300 ;
287
288
font-size : 1.6em ;
288
- color : # 74b042 ;
289
+ color : # 60a725 ;
289
290
padding-top : .6em ;
290
291
clear : both;
291
292
}
@@ -334,7 +335,7 @@ h2.jqm-home-widget {
334
335
margin-top : -.5em ;
335
336
margin-bottom : .5em ;
336
337
padding-bottom : 2.6em ;
337
- color : # 555 ;
338
+ color : # 333 ;
338
339
border-bottom-width : 1px ;
339
340
border-bottom-style : solid;
340
341
border-bottom-color : # e5e5e5 ;
@@ -343,7 +344,7 @@ h2.jqm-home-widget {
343
344
.jqm-demos-home .jqm-content .jqm-intro {
344
345
font-family : 'Open Sans' , sans-serif;
345
346
font-weight : 300 ;
346
- font-size : .9 em ;
347
+ line-height : 1.6 ;
347
348
margin : .5em .8em 1em .8em ;
348
349
padding-bottom : .5em ;
349
350
border : none;
@@ -383,6 +384,10 @@ h2.jqm-home-widget {
383
384
.jqm-demos .jqm-content .jqm-fullwidth {
384
385
padding : 15px ;
385
386
}
387
+
388
+ .jqm-content p {
389
+ line-height : 1.5 ;
390
+ }
386
391
.jqm-demos-home .jqm-content p .jqm-intro {
387
392
font-size : 1.1em ;
388
393
}
@@ -504,7 +509,7 @@ h2.jqm-home-widget {
504
509
background-image : none;
505
510
background-color : # f8f8f8 ;
506
511
border-color : # e8e8e8 ;
507
- color : # 74b042 ;
512
+ color : # 60a725 ;
508
513
text-shadow : none;
509
514
}
510
515
/* List buttons */
@@ -845,7 +850,7 @@ h2.jqm-home-widget {
845
850
float : none;
846
851
left : auto;
847
852
height : auto;
848
- line-height : 16 px ;
853
+ line-height : 18 px ;
849
854
margin : 0 ;
850
855
outline : 0 ;
851
856
overflow : visible;
@@ -860,7 +865,7 @@ h2.jqm-home-widget {
860
865
font-family : "Consolas" , "Bitstream Vera Sans Mono" , "Courier New" , Courier, monospace;
861
866
font-weight : normal;
862
867
font-style : normal;
863
- font-size : 13 px ;
868
+ font-size : 14 px ;
864
869
min-height : inherit;
865
870
min-height : auto;
866
871
}
@@ -959,13 +964,13 @@ h2.jqm-home-widget {
959
964
color : # 5ba1cf ;
960
965
}
961
966
.syntaxhighlighter .string {
962
- color : # 9a6 ;
967
+ color : # 98da31 ;
963
968
}
964
969
.syntaxhighlighter .string a {
965
970
color : # 1dc116 ;
966
971
}
967
972
.syntaxhighlighter .keyword {
968
- color : # c84 ;
973
+ color : # ffae00 ;
969
974
}
970
975
.syntaxhighlighter .preprocessor {
971
976
color : # 8aa6c1 ;
0 commit comments